mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
[dashboard] Modal for editing dashboard properties & metadata (#8876)
* wip * wip * wip * modal to update dashboard properties * cleanup * translations and flavor text * linted * more explanatory text in the modal
This commit is contained in:
committed by
Maxime Beauchemin
parent
50f21cb7db
commit
614f13377b
@@ -63,6 +63,8 @@ describe('Header', () => {
|
||||
redoLength: 0,
|
||||
setMaxUndoHistoryExceeded: () => {},
|
||||
maxUndoHistoryToast: () => {},
|
||||
dashboardInfoChanged: () => {},
|
||||
dashboardTitleChanged: () => {},
|
||||
};
|
||||
|
||||
function setup(overrideProps) {
|
||||
|
||||
Reference in New Issue
Block a user