Skip to content

Commit

Permalink
fix(ui): show prompt when using prune option
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com>
  • Loading branch information
ashutosh16 committed Dec 15, 2023
1 parent d8659da commit 5a4d161
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export const ApplicationSyncPanel = ({application, selectedResource, hide}: {app
return;
}
}

if (prune) {
const confirmed = await ctx.popup.confirm('Synchronize with prune?', () => (
<div>
Expand Down

0 comments on commit 5a4d161

Please sign in to comment.