-
Notifications
You must be signed in to change notification settings - Fork 983
Closed
Labels
good first issueEasily solved issues suitable for starters and community contributorsEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboardArea: frontend dashboard
Description
go do a search for
// TODO: skip org name if we're not licensed
and then do what it says :)
basically, check
const { multiple_organizations: organizationsEnabled } = useFeatureVisibility();
and then if organizationsEnabled
is true
, use the /template/:organization/:template
route, and if it's false
use the /template/:template
route.
Metadata
Metadata
Assignees
Labels
good first issueEasily solved issues suitable for starters and community contributorsEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboardArea: frontend dashboard