Fixed redirect to new client page.
This commit is contained in:
parent
03a230b8f7
commit
888b135fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue