test deleteMissing with schema changes

This commit is contained in:
Gani Georgiev
2022-08-10 13:22:27 +03:00
parent ac0c23ff64
commit 65b830198b
15 changed files with 488 additions and 136 deletions
+2
View File
@@ -20,6 +20,8 @@
<i class="ri-information-line" />
{:else if toast.type === "success"}
<i class="ri-checkbox-circle-line" />
{:else if toast.type === "warning"}
<i class="ri-error-warning-line" />
{:else}
<i class="ri-alert-line" />
{/if}