Increase width of create table modal
This commit is contained in:
parent
4eda072af4
commit
77bb3cf4da
|
@ -92,6 +92,7 @@
|
||||||
disabled={error ||
|
disabled={error ||
|
||||||
!name ||
|
!name ||
|
||||||
(rows.length && (!allValid || displayColumn == null))}
|
(rows.length && (!allValid || displayColumn == null))}
|
||||||
|
size="M"
|
||||||
>
|
>
|
||||||
<Input
|
<Input
|
||||||
thin
|
thin
|
||||||
|
|
Loading…
Reference in New Issue