Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: handles boolean with popupMenuOption (discourse#7299)
Handle the case of https://github.com/discourse/DiscoTOC doing this kind of setup: ``` return { action: "insertDtoc", icon: "align-left", label: themePrefix("insert_table_of_contents"), condition: !composerController.get("model.canCategorize") }; ``` In this case there's no function to call, it's already set.
- Loading branch information