|
|
@ -68,11 +68,9 @@ export const RemoteBranchDetails = (props: BrancheDetailsProps) => { |
|
|
|
|
|
|
|
|
|
|
|
const checkoutCommit = async (oid: string) => { |
|
|
|
const checkoutCommit = async (oid: string) => { |
|
|
|
try { |
|
|
|
try { |
|
|
|
//await ModalRef.current?.show();
|
|
|
|
|
|
|
|
actions.checkout({ ref: oid }) |
|
|
|
actions.checkout({ ref: oid }) |
|
|
|
//Utils.log("yes");
|
|
|
|
|
|
|
|
} catch (e) { |
|
|
|
} catch (e) { |
|
|
|
//Utils.log("no");
|
|
|
|
//
|
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|