Skip to content
Snippets Groups Projects
Commit 397f2c4e authored by chris's avatar chris
Browse files

rename multi-select to multiple answers

parent 81fcf57d
No related branches found
No related tags found
No related merge requests found
Pipeline #55308 passed with stages
in 2 minutes and 59 seconds
...@@ -68,7 +68,7 @@ const StyledIcon = styled(Icon)` ...@@ -68,7 +68,7 @@ const StyledIcon = styled(Icon)`
const DropDownComponent = ({ view, tools }) => { const DropDownComponent = ({ view, tools }) => {
const dropDownOptions = [ const dropDownOptions = [
{ {
label: 'Multi-Select', label: 'Multiple Answers',
value: '0', value: '0',
item: tools[0], item: tools[0],
}, },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment