move workspace modal close btn
This commit is contained in:
@@ -59,10 +59,10 @@ export class UmbWorkspaceFooterLayoutElement extends UmbLitElement {
|
||||
return html`
|
||||
<umb-footer-layout>
|
||||
<slot></slot>
|
||||
<slot name="actions" slot="actions"></slot>
|
||||
${this.#modalContext
|
||||
? html`<uui-button slot="actions" label="Close" @click=${this._onClose}></uui-button>`
|
||||
: ''}
|
||||
<slot name="actions" slot="actions"></slot>
|
||||
<umb-extension-slot
|
||||
slot="actions"
|
||||
type="workspaceAction"
|
||||
|
||||
Reference in New Issue
Block a user