mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
add placeholder to Select components (#3274)
This commit is contained in:
@@ -188,6 +188,7 @@ class SaveModal extends React.Component {
|
||||
onChange={this.onChange.bind(this, 'saveToDashboardId')}
|
||||
autoSize={false}
|
||||
value={this.state.saveToDashboardId}
|
||||
placeholder="Select Dashboard"
|
||||
/>
|
||||
|
||||
<Radio
|
||||
|
||||
Reference in New Issue
Block a user