From 585e47f2df2817320f2a6a69d1e8f5225b50d101 Mon Sep 17 00:00:00 2001 From: DrJKL Date: Mon, 1 Dec 2025 11:45:12 -0800 Subject: [PATCH] We should remove that reexport and standardize the import --- src/locales/en/main.json | 1 - src/platform/assets/components/AssetGrid.vue | 3 +-- src/platform/assets/services/assetService.ts | 5 ++++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index f0beaf448..d8637a950 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1,6 +1,5 @@ { "g": { - "beta": "Beta", "user": "User", "currentUser": "Current user", "empty": "Empty", diff --git a/src/platform/assets/components/AssetGrid.vue b/src/platform/assets/components/AssetGrid.vue index 6520636bf..47fcc1fcd 100644 --- a/src/platform/assets/components/AssetGrid.vue +++ b/src/platform/assets/components/AssetGrid.vue @@ -43,10 +43,9 @@