mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[Dashboard bug]Fix userId prop in Explore view Save_Modal (#3857)
For userId, the attribute name in bootstrap data is user_id
This commit is contained in:
@@ -243,7 +243,7 @@ function mapStateToProps({ explore, saveModal }) {
|
||||
datasource: explore.datasource,
|
||||
slice: explore.slice,
|
||||
can_overwrite: explore.can_overwrite,
|
||||
userId: explore.userId,
|
||||
userId: explore.user_id,
|
||||
dashboards: saveModal.dashboards,
|
||||
alert: saveModal.saveModalAlert,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user