Skip to content

Commit 6e06cf1

Browse files
authored
fix: Loading template twice on page load (#4688)
The template page loaded the template twice immediately!
1 parent c41bdc2 commit 6e06cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/xServices/template/templateXService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export const templateMachine =
206206
target: "confirmingDelete",
207207
},
208208
},
209-
initial: "refreshingTemplate",
209+
initial: "waiting",
210210
states: {
211211
refreshingTemplate: {
212212
invoke: {

0 commit comments

Comments
 (0)