mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
refactor: rewrite and enhance chart control withVerification (#11435)
* refactor: rewrite and enhance chart control withVerification * Add toasts for failed messages; fixes popover render
This commit is contained in:
@@ -27,7 +27,7 @@ import './Control.less';
|
||||
export type ControlProps = {
|
||||
// the actual action dispatcher (via bindActionCreators) has identical
|
||||
// signature to the original action factory.
|
||||
actions: ExploreActions;
|
||||
actions: Partial<ExploreActions> & Pick<ExploreActions, 'setControlValue'>;
|
||||
type: ControlType;
|
||||
label: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user