fix build fail

This commit is contained in:
Sidney Alcantara
2021-09-24 11:19:02 +10:00
parent 1c5cc968c4
commit 7e7ba3cbcb

View File

@@ -188,7 +188,6 @@ export const tableSettings = (
options: tables,
clearable: true,
freeText: false,
clearable: true,
itemRenderer: (option: { value: string; label: string }) => (
<span key={option.value}>
{option.label}