diff --git a/frontend/ai.client/src/app/artifacts/artifact-library.page.html b/frontend/ai.client/src/app/artifacts/artifact-library.page.html index 1efc2bdf..4421dfff 100644 --- a/frontend/ai.client/src/app/artifacts/artifact-library.page.html +++ b/frontend/ai.client/src/app/artifacts/artifact-library.page.html @@ -229,7 +229,7 @@

No artifact [attr.role]="sharedAvailable() ? 'tabpanel' : null" [attr.aria-labelledby]="sharedAvailable() ? 'artifact-tab-' + tab() : null" > - + @if (isFilteredEmpty()) {
No artifact
} + + @if (isTabEmpty()) { +
+

+ {{ emptyTabMessage() }} +

+
+ } + @if (!loading() && filtered().length > 0 && viewMode() === 'list') {