From 0b1b7dd9858c4f97037ab57435bea0ee77b3492b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Thu, 11 Dec 2025 13:28:20 +0100 Subject: [PATCH] Remove dummy text --- src/main/resources/static/js/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/admin.js b/src/main/resources/static/js/admin.js index 90c6d56..a6ee305 100644 --- a/src/main/resources/static/js/admin.js +++ b/src/main/resources/static/js/admin.js @@ -1146,7 +1146,7 @@ function renderAssetList() { assetInspector.classList.add('hidden'); } const empty = document.createElement('li'); - empty.textContent = 'No assets yet. Upload to get started.'; + empty.textContent = ''; list.appendChild(empty); updateSelectedAssetControls(); return;