Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Sep 20, 2024
1 parent 0c55db4 commit 5620c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/unified_search/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { resolve } from 'path';
const mockConfig = {
resolve: {
alias: {
'@kbn/esql/public': resolve(__dirname, '../public/mocks/text_based_languages_editor.tsx'),
'@kbn/esql/public': resolve(__dirname, '../public/mocks/esql_editor.tsx'),
},
},
};
Expand Down

0 comments on commit 5620c67

Please sign in to comment.