Skip to content

Commit

Permalink
Remove "required" from SaveModal Add to dashboard field (apache#11693)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and auxten committed Nov 20, 2020
1 parent 8fd9cd6 commit be3543c
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 be3543c

Please sign in to comment.