From 273da431c1b760391a6b191f7be314e4cd75dbee Mon Sep 17 00:00:00 2001 From: Iryna Lagno Date: Fri, 3 May 2024 09:51:31 -0500 Subject: [PATCH] - update universal editor docs * fix CR --- src/pages/services/aem-universal-editor/api/modal/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/services/aem-universal-editor/api/modal/index.md b/src/pages/services/aem-universal-editor/api/modal/index.md index 4dac8d7e..3f5851e8 100644 --- a/src/pages/services/aem-universal-editor/api/modal/index.md +++ b/src/pages/services/aem-universal-editor/api/modal/index.md @@ -43,9 +43,8 @@ function ExtensionRegistration() { label: 'Modal Dialog', icon: 'PublishSchedule', onClick: async () => { - console.log('Button has been pressed.'); - // absolute or relative path - const url: "/index.html#/modal"; + console.log('Button has been pressed.'); + const url: "/index.html#/modal"; // absolute or relative path guestConnection.host.modal.showUrl({ title: 'Modal Dialog: ', url,