fix(site): fix error when loading workspaces with dormant (#11291)

This commit is contained in:
Bruno Quaresma
2023-12-19 20:42:07 -03:00
committed by GitHub
parent 24080b121c
commit e0d34ca6f7
8 changed files with 31 additions and 44 deletions

2
coderd/apidoc/docs.go generated
View File

@ -6331,7 +6331,7 @@ const docTemplate = `{
"parameters": [
{
"type": "string",
"description": "Search query in the format ` + "`" + `key:value` + "`" + `. Available keys are: owner, template, name, status, has-agent, is-dormant, last_used_after, last_used_before.",
"description": "Search query in the format ` + "`" + `key:value` + "`" + `. Available keys are: owner, template, name, status, has-agent, dormant, last_used_after, last_used_before.",
"name": "q",
"in": "query"
},