Fixed redirect to new client page.
This commit is contained in:
parent
03a230b8f7
commit
888b135fe0
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user