1
0

feat: move namespaces list to projects list

This commit is contained in:
kolaente
2023-03-25 14:27:19 +01:00
parent c6ef99dde2
commit e1bdabc8d6
8 changed files with 273 additions and 250 deletions

View File

@ -131,7 +131,7 @@ export function useSavedFilter(projectId?: MaybeRef<IProject['id']>) {
await filterService.delete(filter.value)
await namespaceStore.loadNamespaces()
success({message: t('filters.delete.success')})
router.push({name: 'namespaces.index'})
router.push({name: 'projects.index'})
}
const titleValid = ref(true)