Skip to content

Commit 984ad94

Browse files
author
Jaipreet Singh
committed
Use the operation method argument instead of enum class
1 parent 7f9aac6 commit 984ad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PathHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class PathHeader extends React.Component<
8787
operation: Operation
8888
): Promise<void> {
8989
let dialog = new Dialog({
90-
title: `Git ${Operation}`,
90+
title: `Git ${operation}`,
9191
body: new GitPullPushDialog(currentFileBrowserPath, operation),
9292
buttons: [Dialog.okButton({ label: 'DISMISS' })]
9393
});

0 commit comments

Comments
 (0)