mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
SPRINT-16: added ERROR adornment type
This commit is contained in:
@ -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 //
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user