1
0
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:
Fredrik Oseberg 2021-11-04 15:36:29 +01:00
parent e839155f48
commit b6b97e3c0f

View File

@ -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,
}); });