system now uses seperate pricing.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
This commit is contained in:
@@ -477,7 +477,12 @@
|
||||
</div>
|
||||
|
||||
<!-- Items Tab -->
|
||||
<div v-if="activeTab === 'items'" class="space-y-6">
|
||||
<div v-if="activeTab === 'items'">
|
||||
<AdminItemsPanel />
|
||||
</div>
|
||||
|
||||
<!-- Old Items Tab (keeping for reference, remove if not needed) -->
|
||||
<div v-if="activeTab === 'items-old'" class="space-y-6">
|
||||
<!-- Game Filter -->
|
||||
<div class="flex gap-2">
|
||||
<button
|
||||
@@ -753,6 +758,7 @@ import axios from "../utils/axios";
|
||||
import AdminUsersPanel from "../components/AdminUsersPanel.vue";
|
||||
import AdminConfigPanel from "../components/AdminConfigPanel.vue";
|
||||
import AdminDebugPanel from "../components/AdminDebugPanel.vue";
|
||||
import AdminItemsPanel from "../components/AdminItemsPanel.vue";
|
||||
import {
|
||||
Shield,
|
||||
RefreshCw,
|
||||
|
||||
Reference in New Issue
Block a user