Skip to content

Commit

Permalink
Allow replace
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 6, 2023
1 parent c2d2ea9 commit d214638
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/forms/dist/components/file-upload.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion packages/forms/resources/js/components/file-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default function fileUploadFormComponent({
allowPaste: false,
allowRemove: isDeletable,
allowReorder: isReorderable,
allowReplace: false,
allowImagePreview: isPreviewable,
allowVideoPreview: isPreviewable,
allowAudioPreview: isPreviewable,
Expand Down
2 changes: 1 addition & 1 deletion packages/panels/dist/theme.css

Large diffs are not rendered by default.

0 comments on commit d214638

Please sign in to comment.