mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
let -> const
This commit is contained in:
@@ -29,8 +29,7 @@ export default function ColumnSelect({
|
||||
showFieldNames,
|
||||
...props
|
||||
}: IColumnSelectProps & Omit<MultiSelectProps<string>, "options">) {
|
||||
let [tableColumnsOrdered] = useAtom(tableColumnsOrderedAtom, tableScope);
|
||||
|
||||
const [tableColumnsOrdered] = useAtom(tableColumnsOrderedAtom, tableScope);
|
||||
const options =
|
||||
props.options ||
|
||||
(filterColumns
|
||||
|
||||
Reference in New Issue
Block a user