add airtable loader

This commit is contained in:
Henry
2023-07-21 11:48:21 +01:00
parent 9875af962c
commit 1da012305a
4 changed files with 237 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export const Input = ({ inputParam, value, onChange, disabled = false, showDialo
onChange(e.target.value)
}}
inputProps={{
step: 0.1,
step: inputParam.step ?? 0.1,
style: {
height: inputParam.rows ? '90px' : 'inherit'
}