Remove "required" from SaveModal Add to dashboard field (#11693)
This commit is contained in:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue