Pass is_open to API from EditAccount
This commit is contained in:
@ -13,7 +13,7 @@ const accountOnBudget = ref(true);
|
||||
const accountOpen = ref(true);
|
||||
|
||||
function editAccount(e : any) {
|
||||
accountStore.EditAccount(CurrentAccount.value?.ID ?? "", accountName.value, accountOnBudget.value);
|
||||
accountStore.EditAccount(CurrentAccount.value?.ID ?? "", accountName.value, accountOnBudget.value, accountOpen.value);
|
||||
}
|
||||
|
||||
function openEditAccount(e : any) {
|
||||
|
Reference in New Issue
Block a user