We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7255a8e commit 8f6b77eCopy full SHA for 8f6b77e
packages/mgt-components/src/components/mgt-get/mgt-get.ts
@@ -289,6 +289,8 @@ export class MgtGet extends MgtTemplatedComponent {
289
}
290
} else if (this.response) {
291
return this.renderTemplate('default', this.response) || html``;
292
+ } else if (this.hasTemplate('no-data')) {
293
+ return this.renderTemplate('no-data', null);
294
} else {
295
return html``;
296
0 commit comments