mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: set a default for presets to match the app default (#20848)
This commit is contained in:
@@ -25,6 +25,7 @@ const meta: Meta<typeof CreateWorkspacePageView> = {
|
||||
autofillParameters: [],
|
||||
template: MockTemplate,
|
||||
parameters: [],
|
||||
presets: [],
|
||||
externalAuth: [],
|
||||
hasAllRequiredExternalAuth: true,
|
||||
mode: "form",
|
||||
|
||||
Reference in New Issue
Block a user