fix: allow text on company number
fix: data wasn't updated after saving fix: fixed switches on all of the operator info pages
This commit is contained in:
parent
b3290602d7
commit
b997e9ecf0
4 changed files with 21 additions and 20 deletions
|
|
@ -52,7 +52,7 @@ const ReceiptPrinting = memo(() => {
|
|||
<P>Share information?</P>
|
||||
<div className={classes.switchWrapper}>
|
||||
<Switch
|
||||
checked={receiptPrintingConfig.active}
|
||||
checked={receiptPrintingConfig.active || false}
|
||||
onChange={event =>
|
||||
saveConfig({
|
||||
variables: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue