fix(frontend): Hide native file input on agent node file input

This commit is contained in:
Zamil Majdy
2025-06-05 13:57:57 +07:00
parent da0482b54e
commit 512ce6d473

View File

@@ -9,7 +9,7 @@
margin-bottom: 1rem;
}
.custom-node input:not([type="checkbox"]),
.custom-node input:not([type="checkbox"]):not([type="file"]),
.custom-node textarea,
.custom-node select,
.custom-node [data-id^="date-picker"],