Feat: Add links to workspace on project cards (#2773)

This commit is contained in:
Mike
2024-08-27 18:24:51 +02:00
committed by GitHub
parent 10e514bc59
commit bebc4b922e
8 changed files with 80 additions and 31 deletions
@@ -91,7 +91,8 @@ export = !FF_WORKSPACES_MODULE_ENABLED
},
Project: {
workspace: async () => {
throw new WorkspacesModuleDisabledError()
// Return type is always workspace or null, to make the FE implementation easier we force return null in this case
return null
}
},
AdminQueries: {