mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Merge pull request #3463 from appwrite/fix-delete-document-ui
fix(ui): delete document
This commit is contained in:
commit
0b5fbadf66
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ $logs = $this->getParam('logs', null);
|
|||
data-analytics-label="Delete Collection Document"
|
||||
data-service="databases.deleteDocument"
|
||||
data-event="submit"
|
||||
data-param-database-id="{{router.params.databaseId}}"
|
||||
data-param-collection-id="{{router.params.collection}}"
|
||||
data-param-document-id="{{project-document.$id}}"
|
||||
data-confirm="Are you sure you want to delete this document?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue