-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathinfo-section.patch
21 lines (19 loc) · 1 KB
/
info-section.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
commit 5a09dbfc0166effe4b7fde29072482a0f5244b16
Author: Adam Balan <a-kyle@hotmail.com>
Date: Fri Nov 8 17:53:32 2024 -0700
Added fixes to the way weekly fights happen, as well as a few other fixes here and there.
diff --git a/resources/js/admin/info-management/info-section/info-section.tsx b/resources/js/admin/info-management/info-section/info-section.tsx
index 8ce873ca9..d123cdde9 100755
--- a/resources/js/admin/info-management/info-section/info-section.tsx
+++ b/resources/js/admin/info-management/info-section/info-section.tsx
@@ -233,6 +233,10 @@ export default class InfoSection extends React.Component<any, any> {
label: "Special Locations",
value: "info.locations.special-locations",
},
+ {
+ label: "Weekly Fight Locations",
+ value: "info.locations.weekly-fight-locations",
+ },
{
label: "Class Specials",
value: "admin.class-specials.class-specials-table",