mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
feat(matrixify): replace single toggle with separate horizontal/vertical layout controls (#35067)
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me>
This commit is contained in:
committed by
GitHub
parent
3e554674ff
commit
ad3eff9e90
@@ -35,6 +35,7 @@ export interface TextControlProps<T extends InputValueType = InputValueType> {
|
||||
value?: T | null;
|
||||
controlId?: string;
|
||||
renderTrigger?: boolean;
|
||||
validationErrors?: string[];
|
||||
}
|
||||
|
||||
export interface TextControlState {
|
||||
|
||||
Reference in New Issue
Block a user