mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix build fail
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user