use standalone
This commit is contained in:
@@ -30,7 +30,7 @@ export class UmbRefListBlockElement extends UmbLitElement {
|
||||
|
||||
render() {
|
||||
// href=${this._workspaceEditPath ?? '#'}
|
||||
return html`<uui-ref-node border .name=${this.label ?? ''}></uui-ref-node>`;
|
||||
return html`<uui-ref-node standalone .name=${this.label ?? ''}></uui-ref-node>`;
|
||||
}
|
||||
|
||||
static styles = [
|
||||
|
||||
@@ -224,7 +224,7 @@ export class UmbInputDocumentRootPickerElement extends FormControlMixin(UmbLitEl
|
||||
if (!item.alias) return;
|
||||
const step = this.#getQueryStepMeta(item);
|
||||
return html`
|
||||
<uui-ref-node border standalone id=${step.unique} name=${step.label} detail="${ifDefined(step.description)}">
|
||||
<uui-ref-node standalone id=${step.unique} name=${step.label} detail="${ifDefined(step.description)}">
|
||||
<uui-icon slot="icon" name=${step.icon}></uui-icon>
|
||||
<uui-action-bar slot="actions">
|
||||
<uui-button
|
||||
|
||||
Reference in New Issue
Block a user