mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
fix(ui): delete document
This commit is contained in:
parent
cfaf3efa85
commit
d509efa43e
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