change icon

This commit is contained in:
Joel McKinnon 2020-01-06 10:35:10 -08:00
parent c08e9a89ff
commit c094e6c6f4

View File

@ -39,7 +39,7 @@ export default function ConditionPlugin() {
key: 'conditionSet',
description: 'A set of one or more conditions based on user-specified criteria.',
creatable: true,
cssClass: 'icon-folder',
cssClass: 'icon-summary-widget',
initialize: function (domainObject) {
domainObject.composition = [];
}