mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
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:
@@ -19,7 +19,7 @@ type ServerInfo = {
|
||||
};
|
||||
};
|
||||
|
||||
export type UsableProjectInfo = {
|
||||
type UsableProjectInfo = {
|
||||
info: Ref<ServerInfo | undefined>;
|
||||
parsedInfo: ComputedRef<{
|
||||
directus: {
|
||||
|
||||
Reference in New Issue
Block a user