mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Time Column on Generic X-axis (#23021)
This commit is contained in:
committed by
GitHub
parent
85f07798bf
commit
464ddee4b4
@@ -198,7 +198,8 @@ class SaveModal extends React.Component<SaveModalProps, SaveModalState> {
|
||||
);
|
||||
}
|
||||
|
||||
const { url_params, ...formData } = this.props.form_data || {};
|
||||
const formData = this.props.form_data || {};
|
||||
delete formData.url_params;
|
||||
|
||||
let dashboard: DashboardGetResponse | null = null;
|
||||
if (this.state.newDashboardName || this.state.saveToDashboardId) {
|
||||
|
||||
Reference in New Issue
Block a user