From 10c1f7582c0e53a6752916adc0f07a96af10f837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Grabowski?= Date: Wed, 16 Oct 2024 12:42:07 +0200 Subject: [PATCH] fix path --- .../public/js/scripts/fieldType/validator/richtext-validator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/public/js/scripts/fieldType/validator/richtext-validator.js b/src/bundle/Resources/public/js/scripts/fieldType/validator/richtext-validator.js index 3872570e72..98b426478d 100644 --- a/src/bundle/Resources/public/js/scripts/fieldType/validator/richtext-validator.js +++ b/src/bundle/Resources/public/js/scripts/fieldType/validator/richtext-validator.js @@ -1,4 +1,4 @@ -import { getTranslator } from './context.helper'; +import { getTranslator } from '../../helpers/context.helper'; const { ibexa } = window;