Skip to content

Commit

Permalink
Fix drawai upload (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf-github-user authored Nov 15, 2024
1 parent 93f9899 commit 10a160d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix drawai upload",
"packageName": "@acedatacloud/nexior",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion src/components/headshots/config/ImageUrlsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="file"
class="value"
:show-file-list="true"
:limit="1"
:limit="2"
:multiple="true"
:action="uploadUrl"
:on-exceed="onExceed"
Expand Down

0 comments on commit 10a160d

Please sign in to comment.