SPRINT-16: added ERROR adornment type

This commit is contained in:
Tim Chamberlain
2022-11-30 16:52:20 -06:00
parent ce2cccfa2a
commit e170dab1db

View File

@ -36,7 +36,8 @@ public enum AdornmentType
LINK,
CHIP,
SIZE,
CODE_EDITOR;
CODE_EDITOR,
ERROR;
//////////////////////////////////////////////////////////////////////////
// keep these values in sync with AdornmentType.ts in qqq-frontend-core //
//////////////////////////////////////////////////////////////////////////