mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed debug mode
This commit is contained in:
@@ -23,7 +23,7 @@ $collection = $this->getParam('collection', []);
|
||||
|
||||
<h1>Create Document</h1>
|
||||
|
||||
<form data-debug="1"
|
||||
<form
|
||||
data-service="database.createCollection"
|
||||
data-event="submit"
|
||||
data-scope="sdk"
|
||||
|
||||
@@ -43,7 +43,7 @@ use Utopia\Locale\Locale;
|
||||
|
||||
<h1>Create Collection</h1>
|
||||
|
||||
<form data-debug="1"
|
||||
<form
|
||||
data-service="database.createCollection"
|
||||
data-event="submit"
|
||||
data-scope="sdk"
|
||||
|
||||
Reference in New Issue
Block a user