UX: Remove PluginOutlet spans (#27845)

This commit is contained in:
carson chang 2024-07-10 20:49:29 -07:00 committed by GitHub
parent d8d3d2184a
commit 9bb288604d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 23 deletions

View File

@ -170,31 +170,23 @@
</div>
{{/if}}
<span>
<PluginOutlet
@name="user-preferences-profile"
@connectorTagName="div"
@outletArgs={{hash model=this.model save=(action "save")}}
/>
</span>
<PluginOutlet
@name="user-preferences-profile"
@connectorTagName="div"
@outletArgs={{hash model=this.model save=(action "save")}}
/>
<span>
<PluginOutlet
@name="user-custom-preferences"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
</span>
<PluginOutlet
@name="user-custom-preferences"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
<br />
<span>
<PluginOutlet
@name="user-custom-controls"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
</span>
<PluginOutlet
@name="user-custom-controls"
@connectorTagName="div"
@outletArgs={{hash model=this.model}}
/>
{{/unless}}
<SaveControls