Skip to content

Commit

Permalink
Remove "required" from SaveModal Add to dashboard field
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Nov 16, 2020
1 parent 2f036e9 commit af773c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/explore/components/SaveModal.jsx
Expand Up @@ -217,7 +217,7 @@ class SaveModal extends React.Component {
/>
</FormGroup>
<FormGroup data-test="save-chart-modal-select-dashboard-form">
<FormLabel required>{t('Add to dashboard')}</FormLabel>
<FormLabel>{t('Add to dashboard')}</FormLabel>
<CreatableSelect
id="dashboard-creatable-select"
className="save-modal-selector"
Expand Down

0 comments on commit af773c1

Please sign in to comment.