fix: update edit tab to load

This commit is contained in:
Sabir Hassan 2024-01-04 11:26:13 +05:00
parent fb3abbe491
commit 516e5a2062
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@
</button>
<clr-dropdown-menu *clrIfOpen clrPosition="bottom-left">
<a [routerLink]="['/view']" clrDropdownItem>VIEW</a>
<a [routerLink]="['/home']" clrDropdownItem>EDIT</a>
<a [routerLink]="['/home']" clrDropdownItem>Load</a>
<a [routerLink]="['/review/submitted']" clrDropdownItem>REVIEW</a>
</clr-dropdown-menu>
</clr-dropdown>
@ -189,7 +189,7 @@
router.url.includes('edit-record') ||
router.url.includes('home')
"
>EDIT</a
>Load</a
>
<a
[routerLink]="['/review/submitted']"