CE-1068 - add WIDGET type

This commit is contained in:
2024-04-30 10:24:29 -05:00
parent 8c882b8476
commit 0a35d02404

View File

@ -36,6 +36,7 @@ public enum QComponentType
RECORD_LIST, RECORD_LIST,
PROCESS_SUMMARY_RESULTS, PROCESS_SUMMARY_RESULTS,
GOOGLE_DRIVE_SELECT_FOLDER, GOOGLE_DRIVE_SELECT_FOLDER,
WIDGET,
HTML; HTML;
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
// keep these values in sync with QComponentType.ts in qqq-frontend-core // // keep these values in sync with QComponentType.ts in qqq-frontend-core //