This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 742887b [sip-15] fix messaging (#9397)
add fd22788 Mirgrating unique Partition chart controls (#9385)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTING.md | 4 -
.../src/explore/controlPanels/Partition.js | 43 ------
.../src/explore/controlPanels/Partition.jsx | 151 +++++++++++++++++++++
superset-frontend/src/explore/controls.jsx | 86 ------------
4 files changed, 151 insertions(+), 133 deletions(-)
delete mode 100644 superset-frontend/src/explore/controlPanels/Partition.js
create mode 100644 superset-frontend/src/explore/controlPanels/Partition.jsx