Skip to content

Commit

Permalink
fix: Hide create cluster modal after pressing create button
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Dec 15, 2024
1 parent db55aaa commit 878fccb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function ClusterGameSetup(props: ClusterStepProps) {
if (!untracked[prop])
throw new Error(`Missing required property ${prop}`);

await bridge.commands.createCluster({
bridge.commands.createCluster({
icon: null,
icon_url: null,
loader_version: null,
Expand Down

0 comments on commit 878fccb

Please sign in to comment.