- Notifications
You must be signed in to change notification settings - Fork927
Closed
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 iforganizationsEnabled
istrue
, use the/template/:organization/:template
route, and if it'sfalse
use the/template/:template
route.