Jaydee94 / kubeseal-webgui

This is a simple web ui for Bitnami Sealed Secrets.
Apache License 2.0
75 stars 19 forks source link

Fix bug in file upload introduced by bug-fix in vuetify #249

Closed FSchumacher closed 1 month ago

FSchumacher commented 1 month ago

When "multiple" is not specified or is set to false, vuetify will now pass a file object instead of an array of file objects.

See for example https://github.com/vuetifyjs/vuetify/issues/17687