Mager updated

This commit is contained in:
Simon Pocrnjič
2025-09-27 17:45:55 +02:00
parent d17e34941b
commit 7227c888d4
74 changed files with 6339 additions and 342 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ import InputLabel from '@/Components/InputLabel.vue';
import TextInput from '@/Components/TextInput.vue';
import { Link, useForm } from '@inertiajs/vue3';
import ActionMessage from '@/Components/ActionMessage.vue';
import Drawer from '@/Components/Drawer.vue';
import DialogModal from '@/Components/DialogModal.vue';
import Pagination from '@/Components/Pagination.vue';
import SearchInput from '@/Components/SearchInput.vue';
@@ -117,7 +117,7 @@ const storeClient = () => {
</div>
</div>
</AppLayout>
<Drawer
<DialogModal
:show="drawerCreateClient"
@close="drawerCreateClient = false"
>
@@ -250,5 +250,5 @@ const storeClient = () => {
</div>
</form>
</template>
</Drawer>
</DialogModal>
</template>