mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
fix: toast text
This commit is contained in:
parent
e839155f48
commit
b6b97e3c0f
@ -85,7 +85,7 @@ const ProjectEnvironmentList = ({ projectId }: ProjectEnvironmentListProps) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setToastData({
|
setToastData({
|
||||||
text: 'You must always have one active environment',
|
text: 'You must always have at least one active environment per project',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
show: true,
|
show: true,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user