JS error when clicking "Add new Category" before categories have loaded #11279
Labels
[Package] Editor
/packages/editor
REST API Interaction
Related to REST API
[Type] Bug
An existing feature does not function as intended
Milestone
Describe the bug
The following JS error occurs when clicking the "Add new Category" link before the categories have loaded.
To Reproduce
Steps to reproduce the behaviour:
I think the "Add new Category" link is supposed to be hidden until the categories have loaded, but after #10089,
isRequestingTerms
inHierarchicalTermSelector
isn't being set while the terms are loading, so the link shows too early.The text was updated successfully, but these errors were encountered: