Fixed redirect to new client page.

This commit is contained in:
rocketdebris 2025-11-21 15:21:43 -05:00
parent 03a230b8f7
commit 888b135fe0

View File

@ -163,7 +163,7 @@ const tableActions = [
{ {
label: "Add Client", label: "Add Client",
action: () => { action: () => {
modalStore.openModal("createClient"); router.push("/client?new=true");
}, },
type: "button", type: "button",
style: "primary", style: "primary",