Skip to content

Commit

Permalink
fix: jira NMS-17334
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Nov 15, 2023
1 parent 18a3153 commit d7ad07b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default function TakeSnapshot() {
value={targetUid}
onValueChange={(value) => {
setTargetUid(value);
setTakeSnapshot(false);
}}
/>
{takeSnapshot ? (
Expand Down

0 comments on commit d7ad07b

Please sign in to comment.