Skip to content

Commit 21b2044

Browse files
authored
Merge pull request #3118 from RedisInsight/fe/bugfix/RI-5488
#RI-5488 - fix build error for redisearch styles
2 parents 5a235f7 + 852391a commit 21b2044

File tree

1 file changed

+2
-2
lines changed
  • redisinsight/ui/src/packages/redisearch/src/styles

1 file changed

+2
-2
lines changed

redisinsight/ui/src/packages/redisearch/src/styles/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import '@elastic/eui/src/global_styling/mixins/helpers';
2-
@import '@elastic/eui/src/global_styling/index';
1+
@import '../../node_modules/@elastic/eui/src/global_styling/mixins/helpers';
2+
@import '../../node_modules/@elastic/eui/src/global_styling/index';
33

44
* div,
55
* span {

0 commit comments

Comments
 (0)