Skip to content
Snippets Groups Projects
Unverified Commit 90b5006e authored by Matheus Barbosa Silva's avatar Matheus Barbosa Silva Committed by GitHub
Browse files

regression(push): fix error when selecting what to import (#29289)

parent 9a6b6667
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ import { ProgressStep } from '../../lib/ImporterProgressStep';
import { ImporterInfo } from '../../lib/ImporterInfo';
import { Logger } from '../../../logger/server';
import { ImportDataConverter } from './ImportDataConverter';
import { t } from '../../../utils/server';
import { t } from '../../../utils/lib/i18n';
import { Selection, SelectionChannel, SelectionUser } from '..';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment