fix(frontend): Hide native file input on agent node file input
parent
da0482b54e
commit
512ce6d473
|
@ -9,7 +9,7 @@
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.custom-node input:not([type="checkbox"]),
|
.custom-node input:not([type="checkbox"]):not([type="file"]),
|
||||||
.custom-node textarea,
|
.custom-node textarea,
|
||||||
.custom-node select,
|
.custom-node select,
|
||||||
.custom-node [data-id^="date-picker"],
|
.custom-node [data-id^="date-picker"],
|
||||||
|
|
Loading…
Reference in New Issue