Skip to content

Commit

Permalink
chore: adding import actions proper type
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Feb 18, 2025
1 parent 3f30318 commit 688e801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/git/store/actions/gitImportActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const gitImportSuccessAction = (
state: GitGlobalReduxState,
// need this here to preserve interface
// eslint-disable-next-line @typescript-eslint/no-unused-vars
action: GitImportSuccessPayload,
action: PayloadAction<GitImportSuccessPayload>,
) => {
state.gitImport.loading = false;

Expand Down

0 comments on commit 688e801

Please sign in to comment.