From 173e7bf7a39a0a30b764e8ba33d4fdaca874e37e Mon Sep 17 00:00:00 2001 From: Chandaluri Vamsi Krishna Date: Tue, 20 Aug 2024 17:24:35 +0530 Subject: [PATCH] fix: auto re-arrange of classes Signed-off-by: Chandaluri Vamsi Krishna --- .../src/Editor/Inspector/EventManager.jsx | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/frontend/src/Editor/Inspector/EventManager.jsx b/frontend/src/Editor/Inspector/EventManager.jsx index fb91b1347f..2bcc7a790b 100644 --- a/frontend/src/Editor/Inspector/EventManager.jsx +++ b/frontend/src/Editor/Inspector/EventManager.jsx @@ -418,7 +418,7 @@ export const EventManager = ({ }} >
-
+
{t('editor.inspector.eventManager.event', 'Event')}
@@ -435,8 +435,8 @@ export const EventManager = ({ />
-
-
+
+
{t('editor.inspector.eventManager.action', 'Action')}
@@ -454,8 +454,8 @@ export const EventManager = ({
-
-
+
+
{t('editor.inspector.eventManager.runOnlyIf', 'Run Only If')}
@@ -478,7 +478,7 @@ export const EventManager = ({ {event.actionId === 'show-alert' && ( <>
-
+
{t('editor.inspector.eventManager.message', 'Message')}
@@ -492,8 +492,8 @@ export const EventManager = ({ />
-
-
+
+
{t('editor.inspector.eventManager.alertType', 'Alert Type')}
@@ -515,7 +515,7 @@ export const EventManager = ({ {event.actionId === 'open-webpage' && (
- + -
{t('editor.inspector.eventManager.modal', 'Modal')}
+
{t('editor.inspector.eventManager.modal', 'Modal')}
- +
-
{t('editor.inspector.eventManager.query', 'Query')}
+
{t('editor.inspector.eventManager.query', 'Query')}
-
-
{t('editor.inspector.eventManager.fileName', 'File name')}
+
+
{t('editor.inspector.eventManager.fileName', 'File name')}
-
-
{t('editor.inspector.eventManager.data', 'Data')}
+
+
{t('editor.inspector.eventManager.data', 'Data')}
-
{t('editor.inspector.eventManager.table', 'Table')}
+
{t('editor.inspector.eventManager.table', 'Table')}