diff --git a/packages/dashboard/src/util/stores.ts b/packages/dashboard/src/util/stores.ts index b2b476a9..c912d269 100644 --- a/packages/dashboard/src/util/stores.ts +++ b/packages/dashboard/src/util/stores.ts @@ -73,7 +73,7 @@ async function fetchVersions(): Promise { {}, ) - return versions.filter((v) => v.endsWith('*')) + return versions } export const init = () => {