Skip to content

Commit

Permalink
Fix: Missing text (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek authored Nov 5, 2024
1 parent 8fd9bd2 commit 36f8e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/pages/indexes/[indexUid]/settings/general-settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ const dropIndex = async () => {
...TOAST_PLEASEWAIT(t),
immediate: false,
title: t('toasts.dropIndex.title'),
text: t('toasts.dropIndex.pendingText'),
})
await handleIndexDrop(async () => {
toast.spawn()
Expand Down

0 comments on commit 36f8e6b

Please sign in to comment.