Skip to content

Commit

Permalink
fix: use instance id (#11970)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a7c24d)

Co-authored-by: p0ny <p0uy@outlook.com>
  • Loading branch information
github-actions[bot] and RainbowDashy committed May 13, 2024
1 parent 51daa09 commit abf3ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/DatabaseGroup/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const getInstanceIdOptions = () => {
const instanceId = extractInstanceResourceName(instance.name);
return {
label: instanceId,
value: instance.name,
value: instanceId,
};
});
};

0 comments on commit abf3ca7

Please sign in to comment.