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