Skip to content

Commit

Permalink
Merge pull request #700 from naymspace/feature/fix-upload-resource-ac…
Browse files Browse the repository at this point in the history
…tion-in-demo

Add missing `max_entries` key to upload field options in resource action
  • Loading branch information
Flo0807 authored Dec 13, 2024
2 parents 527bb22 + b4e08e1 commit 7553cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/lib/demo_web/resource_actions/upload.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ defmodule DemoWeb.ResourceActions.Upload do
consume_upload: &consume_upload/4,
remove_uploads: &remove_uploads/3,
list_existing_files: &list_existing_files/1,
max_entries: 1,
type: :string
},
description: %{
Expand Down

0 comments on commit 7553cef

Please sign in to comment.