mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
Add more tests to Save Modal specs (#2313)
This commit is contained in:
@@ -141,6 +141,7 @@ class SaveModal extends React.Component {
|
||||
}
|
||||
{this.props.slice &&
|
||||
<Radio
|
||||
id="overwrite-radio"
|
||||
disabled={!this.props.can_overwrite}
|
||||
checked={this.state.action === 'overwrite'}
|
||||
onChange={this.changeAction.bind(this, 'overwrite')}
|
||||
@@ -150,6 +151,7 @@ class SaveModal extends React.Component {
|
||||
}
|
||||
|
||||
<Radio
|
||||
id="saveas-radio"
|
||||
inline
|
||||
checked={this.state.action === 'saveas'}
|
||||
onChange={this.changeAction.bind(this, 'saveas')}
|
||||
|
||||
Reference in New Issue
Block a user