[#872] changed the schema required validator to be optional for auth collections

This commit is contained in:
Gani Georgiev
2022-11-16 15:13:04 +02:00
parent 4528f075dc
commit 6e9cf986c5
45 changed files with 1166 additions and 445 deletions
@@ -158,7 +158,7 @@
<button
type="button"
class="btn btn-block {collection.schema?.length ? 'btn-secondary' : 'btn-warning'}"
class="btn btn-block {collection?.isAuth || collection.schema?.length ? 'btn-secondary' : 'btn-warning'}"
on:click={newField}
>
<i class="ri-add-line" />