removed disabled option from setup key filter switch (#291)

This commit is contained in:
pascal-fischer
2023-10-27 20:06:42 +02:00
committed by GitHub
parent e0ae7d068a
commit a9354d3c87

View File

@@ -494,7 +494,6 @@ export const SetupKeys = () => {
value={optionValidAll}
optionType="button"
buttonStyle="solid"
disabled={!dataTable?.length}
/>
<Select
style={{ marginRight: "10px" }}