Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 2, 2024
1 parent 5357c26 commit 6546448
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ const CreateFlag = ({ projectId, refetchFeatures }: ICreateFlagProps) => {
text='Create flag'
skipNavigationOnComplete={true}
onSuccess={() => {
console.log('refetching features');
refetch();
refetchFeatures();
}}
Expand Down

0 comments on commit 6546448

Please sign in to comment.