Skip to content

Commit 878fccb

Browse files
committed
fix: Hide create cluster modal after pressing create button
1 parent db55aaa commit 878fccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/ui/components/overlay/cluster/ClusterGameSetup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function ClusterGameSetup(props: ClusterStepProps) {
6969
if (!untracked[prop])
7070
throw new Error(`Missing required property ${prop}`);
7171

72-
await bridge.commands.createCluster({
72+
bridge.commands.createCluster({
7373
icon: null,
7474
icon_url: null,
7575
loader_version: null,

0 commit comments

Comments
 (0)