moving towards real data

This commit is contained in:
Casey 2025-11-06 13:00:19 -06:00
parent ac3c05cb78
commit 40c4a5a37f
8 changed files with 303 additions and 84 deletions

View file

@ -34,7 +34,7 @@ const createButtons = ref([
{
label: "Client",
command: () => {
modalStore.openCreateClient();
modalStore.openModal("createClient");
},
},
{