Fix a bug in the notes editor for API tokens.
Review Request #13041 — Created May 11, 2023 and submitted — Latest diff uploaded
This fixes a little bug that slipped in from updating the
APITokensView
to
use the newInlineEditorView
. When moving thenoteEditor
from a class
property to a variable, we forgot to declare the variable.
- Ran JavaScript tests.
- Used the note editor for API tokens.