1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: remove unused prop

This commit is contained in:
Nuno Góis 2025-09-09 19:05:47 +01:00
parent 3a651bc439
commit 3d97b120f8
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -251,7 +251,6 @@ export const FeatureStrategyMenu = ({
projectId={projectId}
featureId={featureId}
environmentId={environmentId}
onlyReleasePlans={onlyReleasePlans}
onAddReleasePlan={(template) => {
setSelectedTemplate(template);
addReleasePlan(template);