fix: Loading template twice on page load (#4688)

The template page loaded the template twice immediately!
This commit is contained in:
Kyle Carberry
2022-10-24 11:10:50 -04:00
committed by GitHub
parent c41bdc21cb
commit 6e06cf10e8
@@ -206,7 +206,7 @@ export const templateMachine =
target: "confirmingDelete",
},
},
initial: "refreshingTemplate",
initial: "waiting",
states: {
refreshingTemplate: {
invoke: {