From 397f2c4ea668eac658f27a3fab9797df1036910b Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Wed, 25 Oct 2023 19:53:15 +0300 Subject: [PATCH] rename multi-select to multiple answers --- .../src/QuestionsDropDownToolGroupService/DropDownComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wax-questions-service/src/QuestionsDropDownToolGroupService/DropDownComponent.js b/wax-questions-service/src/QuestionsDropDownToolGroupService/DropDownComponent.js index 5b667cb76..1d4ef29d9 100644 --- a/wax-questions-service/src/QuestionsDropDownToolGroupService/DropDownComponent.js +++ b/wax-questions-service/src/QuestionsDropDownToolGroupService/DropDownComponent.js @@ -68,7 +68,7 @@ const StyledIcon = styled(Icon)` const DropDownComponent = ({ view, tools }) => { const dropDownOptions = [ { - label: 'Multi-Select', + label: 'Multiple Answers', value: '0', item: tools[0], }, -- GitLab