mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
feat(explore): allow opening charts with missing dataset (#12705)
This commit is contained in:
@@ -29,9 +29,9 @@ export type ControlProps = {
|
||||
// signature to the original action factory.
|
||||
actions: Partial<ExploreActions> & Pick<ExploreActions, 'setControlValue'>;
|
||||
type: ControlType;
|
||||
label: string;
|
||||
label?: ReactNode;
|
||||
name: string;
|
||||
description?: string;
|
||||
description?: ReactNode;
|
||||
tooltipOnClick?: () => ReactNode;
|
||||
places?: number;
|
||||
rightNode?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user