Skip to content

Commit 7fa4184

Browse files
committed
Fix SelectFileFromLocalRepository
1 parent 5ef8310 commit 7fa4184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/forms/ACLibImportWizardForm.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Private Sub cmdSelectFile_Click()
317317

318318
On Error GoTo HandleErr
319319

320-
If Me.ogRepositorySource.Value = 2 Then
320+
If Me.ogRepositorySource.Value = RepositorySource_LocalRepository Then
321321
SelectFileFromLocalRepository
322322
Else
323323
SelectFileFromGitHubRepositoryApi

0 commit comments

Comments
 (0)