1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Removed debug mode

This commit is contained in:
eldadfux 2019-08-24 08:01:04 +03:00
parent dd2fb4e686
commit 157e002967
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"