mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
Addressing comment
This commit is contained in:
parent
53dee5c114
commit
a4732162cd
@ -204,7 +204,7 @@ const AuthProvider: FunctionComponent<AuthProviderProps> = ({
|
|||||||
if (status === ClientErrors.FORBIDDEN) {
|
if (status === ClientErrors.FORBIDDEN) {
|
||||||
showToast({
|
showToast({
|
||||||
variant: 'error',
|
variant: 'error',
|
||||||
body: 'User does not have permission for this action!',
|
body: 'You do not have permission for this action!',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user