use standalone

This commit is contained in:
Niels Lyngsø
2024-02-08 10:45:56 +01:00
parent 737b5f1843
commit 1be5cd958c
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = [

View File

@@ -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