mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: Loading template twice on page load (#4688)
The template page loaded the template twice immediately!
This commit is contained in:
@@ -206,7 +206,7 @@ export const templateMachine =
|
||||
target: "confirmingDelete",
|
||||
},
|
||||
},
|
||||
initial: "refreshingTemplate",
|
||||
initial: "waiting",
|
||||
states: {
|
||||
refreshingTemplate: {
|
||||
invoke: {
|
||||
|
||||
Reference in New Issue
Block a user