Skip to content

Commit

Permalink
Merge pull request #3 from abhishek-K-P/sprint-16-dev
Browse files Browse the repository at this point in the history
bug fix for create new user
  • Loading branch information
abhishek-K-P authored Aug 18, 2024
2 parents 7467c80 + 061801f commit 12218b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ws-widget-ui-user-table> -->

<ws-widget-org-user-table-v2 [tableData]="tabledata" [data]="dataForTable" [isUpload]=true [isCreate]=true
(eOnCreateClick)="onCreateClick()" (actionsClick)="menuActions($event)"
(eOnButtonClick)="onCreateClick()" (actionsClick)="menuActions($event)"
(searchByEnterKey)="onEnterkySearch($event)" (pageChangeClick)="onPaginateChange($event)"
[showEditOnCondition]=true [totalRecords]="userDataTotalCount" [tabChangeIndex]="pageIndex">
</ws-widget-org-user-table-v2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class UsersViewComponent implements OnInit {
}

onCreateClick() {
this.router.navigate([`/app/users/create-user`])
this.router.navigate([`/app/home/create-user`])
}

menuActions($event: { action: string, row: any }) {
Expand Down

0 comments on commit 12218b4

Please sign in to comment.