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

pull/10118/head
Zamil Majdy 2025-06-05 13:57:57 +07:00
parent da0482b54e
commit 512ce6d473
1 changed files with 1 additions and 1 deletions

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"],