mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +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 (
|
||||
<FormTemplate
|
||||
|
Loading…
Reference in New Issue
Block a user