Skip to content

Commit 5512217

Browse files
committed
AYS-298: remove error condition
1 parent b5bee66 commit 5512217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/(private)/role-listing/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const Page = () => {
7777
return (
7878
<PrivateRoute requiredPermissions={[Permission.ROLE_LIST]}>
7979
<div className="space-y-1">
80-
{error && <Toaster />}
8180
<DataTable
8281
className="px-2"
8382
table={table}

0 commit comments

Comments
 (0)