From 7e5106023514c11b5d425b6e61728904058c1d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harouna=20Traor=C3=A9?= Date: Fri, 27 Oct 2023 16:27:55 +0200 Subject: [PATCH] fix missing select icon --- CHANGELOG.md | 4 ++++ modules/@apostrophecms/form-widget/index.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc056aa..131383c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Add group widget which is a fieldset container for other form widgets. +### Fixes + +* Fix missing select widget icon. + ## 1.2.0 (2023-10-12) ### Adds diff --git a/modules/@apostrophecms/form-widget/index.js b/modules/@apostrophecms/form-widget/index.js index c199bff..4db0508 100644 --- a/modules/@apostrophecms/form-widget/index.js +++ b/modules/@apostrophecms/form-widget/index.js @@ -2,10 +2,10 @@ module.exports = { extend: '@apostrophecms/widget-type', options: { label: 'aposForm:widgetForm', - icon: 'format-select-icon' + icon: 'form-select-icon' }, icons: { - 'format-select-icon': 'FormSelect' + 'form-select-icon': 'FormSelect' }, fields: { add: {