Explorar o código

Fixed admin root loading blank page

Owen Diffey %!s(int64=4) %!d(string=hai) anos
pai
achega
0d5aa018a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/pages/Admin/index.vue

+ 1 - 1
frontend/src/pages/Admin/index.vue

@@ -185,7 +185,7 @@ export default {
 					this.currentTab = "punishments";
 					break;
 				default:
-					this.currentTab = "verifiedSongs";
+					this.currentTab = "verifiedsongs";
 			}
 		},
 		showTab(tab) {