feat: ui isDisabled added in type BaseRepoBranchPickerProps
Signed-off-by: Nikunj Hudka <nikunjhudka123@gmail.com>
This commit is contained in:
@@ -26,5 +26,6 @@ export type BaseRepoBranchPickerProps<T extends {} = {}> = T & {
|
||||
onChange: (state: RepoBranchPickerState) => void;
|
||||
state: RepoBranchPickerState;
|
||||
rawErrors: string[];
|
||||
isDisabled?: boolean;
|
||||
required?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user