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",
|
||||
action: () => {
|
||||
modalStore.openModal("createClient");
|
||||
router.push("/client?new=true");
|
||||
},
|
||||
type: "button",
|
||||
style: "primary",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue