mirror of
https://github.com/rowyio/rowy.git
synced 2026-05-18 05:05:28 +02:00
fixing number input
This commit is contained in:
@@ -165,6 +165,7 @@ export default function FilterInputs({
|
||||
column: selectedColumn,
|
||||
_rowy_ref: {},
|
||||
value: query.value,
|
||||
onSubmit: () => {},
|
||||
onChange: (value: any) => {
|
||||
const newQuery = {
|
||||
...query,
|
||||
|
||||
Reference in New Issue
Block a user