fix: Remove some en, ensure setting is default false

This commit is contained in:
samturner3
2024-08-26 18:34:00 +10:00
parent c54e11ca11
commit e65b87cc33
3 changed files with 2 additions and 7 deletions

View File

@@ -153,6 +153,7 @@ const QRCodePrintingDialog: React.FC<QRCodePrintingDialogProps> = ({
</Col>
</Row>
</Form.Item>
{extraSettings}
</>
}