Clean-up after "Enhance bug reporting from within the app" (#18136)

* Remove duplicate v-menu._test.ts

* Making UsableProjectInfo private again
This commit is contained in:
Pascal Jufer
2023-04-11 21:49:51 +02:00
committed by GitHub
parent 54f5081e69
commit d8455c14e2
2 changed files with 1 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ type ServerInfo = {
};
};
export type UsableProjectInfo = {
type UsableProjectInfo = {
info: Ref<ServerInfo | undefined>;
parsedInfo: ComputedRef<{
directus: {