We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1ce99 commit d3c9ef5Copy full SHA for d3c9ef5
site/src/pages/WorkspacesPage/filter/menus.ts
@@ -20,7 +20,6 @@ export const useTemplateFilterMenu = ({
20
value,
21
id: "template",
22
getSelectedOption: async () => {
23
- debugger;
24
if (!value) {
25
return null;
26
}
@@ -41,7 +40,6 @@ export const useTemplateFilterMenu = ({
41
40
42
},
43
getOptions: async (query) => {
44
45
// Show all templates including deprecated
46
const templates = await API.getTemplates(organizationId);
47
const filteredTemplates = templates.filter(
0 commit comments