mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
Remove "required" from SaveModal Add to dashboard field (#11693)
This commit is contained in:
committed by
GitHub
parent
86651cd451
commit
3e6bcbb98d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user