mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Fix strategy screen 404 (#2638)
This commit is contained in:
parent
a3328a2d18
commit
a87145b5ef
@ -128,7 +128,9 @@ export const FeatureStrategyCreate = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!data) return null;
|
const emptyFeature = !data || !data.project;
|
||||||
|
|
||||||
|
if (emptyFeature) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<FormTemplate
|
<FormTemplate
|
||||||
|
Loading…
Reference in New Issue
Block a user