mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #588 from kunalvirk/fix-6860-remove-duplicate-message-on-delete-modal
Fix: duplicate message on document delete in db
This commit is contained in:
-6
@@ -111,12 +111,6 @@
|
||||
Delete document from <span data-private>{$collection.name}</span>
|
||||
</InputChoice>
|
||||
</div>
|
||||
{:else}
|
||||
<p data-private>
|
||||
Are you sure you want to delete <b
|
||||
>the document from <span data-private>{$collection.name}</span></b
|
||||
>?
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<svelte:fragment slot="footer">
|
||||
|
||||
Reference in New Issue
Block a user