web: fix sidebar being active when stage prompts is selected
This commit is contained in:
		| @ -41,7 +41,7 @@ export const SIDEBAR_ITEMS: SidebarItem[] = [ | ||||
|     new SidebarItem("Flows").children( | ||||
|         new SidebarItem("Flows", "/administration/flows/").activeWhen(`^/flows/(?<slug>${SLUG_REGEX})$`), | ||||
|         new SidebarItem("Stages", "/administration/stages/"), | ||||
|         new SidebarItem("Prompts", "/administration/stages/prompts/"), | ||||
|         new SidebarItem("Prompts", "/administration/stages_prompts/"), | ||||
|         new SidebarItem("Invitations", "/administration/stages/invitations/"), | ||||
|     ).when((): Promise<boolean> => { | ||||
|         return User.me().then(u => u.is_superuser); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer