🐛 Fix regression on uploading binfile with incorrect schema

This commit is contained in:
Andrey Antukh 2026-08-06 13:30:59 +02:00
parent fdf1684565
commit 229d24e8f2

View File

@ -118,7 +118,7 @@
(def ^:private schema:import-binfile
[:and
[:map {:title "import-binfile" :closed true}
[:map {:title "import-binfile"}
[:name [:or [:string {:max 250}]
[:map-of ::sm/uuid [:string {:max 250}]]]]
[:project-id ::sm/uuid]