diff --git a/plugins/qeta-backend/src/service/router.test.ts b/plugins/qeta-backend/src/service/router.test.ts
index 4e40e072..6f45f657 100644
--- a/plugins/qeta-backend/src/service/router.test.ts
+++ b/plugins/qeta-backend/src/service/router.test.ts
@@ -133,6 +133,7 @@ describe('createRouter', () => {
markAnswerCorrect: jest.fn(),
markAnswerIncorrect: jest.fn(),
getTags: jest.fn(),
+ getEntities: jest.fn(),
updateQuestion: jest.fn(),
updateAnswer: jest.fn(),
favoriteQuestion: jest.fn(),
diff --git a/plugins/qeta/src/components/QuestionsContainer/FilterPanel.tsx b/plugins/qeta/src/components/QuestionsContainer/FilterPanel.tsx
index 3270d80f..44057ba6 100644
--- a/plugins/qeta/src/components/QuestionsContainer/FilterPanel.tsx
+++ b/plugins/qeta/src/components/QuestionsContainer/FilterPanel.tsx
@@ -168,7 +168,7 @@ export const FilterPanel = (props: FilterPanelProps) => {
Filters