Skip to content

Commit b9da927

Browse files
susnuxShGKme
andauthored
fixup
Co-authored-by: Grigorii K. Shartsev <[email protected]> Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 4d458d1 commit b9da927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NcFilePicker/NcFilePicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function reset() {
218218
<!-- Hidden files picker input -->
219219
<input ref="input"
220220
:accept="accept?.join(', ')"
221-
:multiple="multiple"
221+
:multiple
222222
class="hidden-visually"
223223
type="file"
224224
@change="onPick">

0 commit comments

Comments
 (0)