Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Missed disabling
  • Loading branch information
DrJKL committed Dec 1, 2025
commit c9b5bb596bbc0ce5667f400da8b2d25f2738b9a7
1 change: 1 addition & 0 deletions src/platform/assets/components/AssetCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function confirmDeletion() {
closeDialog(confirmDialog)
},
onConfirm: async () => {
optionsDisabled.value = true
try {
promptText.value = t('assetBrowser.deletion.inProgress', {
assetName
Expand Down