mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
Fixed naming (#1134)
This commit is contained in:
parent
9d74fd976d
commit
625cc43ef9
@ -41,8 +41,8 @@ export const EnvironmentActionCell = ({
|
|||||||
refetchPermissions();
|
refetchPermissions();
|
||||||
setToastData({
|
setToastData({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
title: 'Project environment deleted',
|
title: 'Environment deleted',
|
||||||
text: 'You have successfully deleted the project environment.',
|
text: `You have successfully deleted the ${environment.name} environment.`,
|
||||||
});
|
});
|
||||||
} catch (error: unknown) {
|
} catch (error: unknown) {
|
||||||
setToastApiError(formatUnknownError(error));
|
setToastApiError(formatUnknownError(error));
|
||||||
|
Loading…
Reference in New Issue
Block a user