Skip to content

Commit

Permalink
Update: Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 9, 2024
1 parent 6dd3ffc commit 3bbc8ae
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Editor/EmailModuleEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function EmailModuleEditor(props) {
<Button
className={className}
disabled={disabled}
style="lighter"
onClick={() => {
renderSecondaryInspector("IFRAME", () => (
<iframe
Expand All @@ -25,7 +26,6 @@ function EmailModuleEditor(props) {
/>
))
}}
style="lighter"
>
{icon && <Icon icon={icon} padded="right" />}
<I18n id={label} />
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Editor/Plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Resources/Public/Editor/Plugin.js.map

This file was deleted.

0 comments on commit 3bbc8ae

Please sign in to comment.