We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7440f29 commit 41543caCopy full SHA for 41543ca
1 file changed
apps/pyconkr-admin/src/routes.tsx
@@ -10,6 +10,7 @@ import {
10
FilePresent,
11
Handshake,
12
ManageAccounts,
13
+ MeetingRoom,
14
NoteAlt,
15
StickyNote2,
16
Tag,
@@ -139,6 +140,14 @@ export const RouteDefinitions: RouteDef[] = [
139
140
app: "event",
141
resource: "presentationcategory",
142
},
143
+ {
144
+ type: "autoAdminRouteDefinition",
145
+ key: "event-presentationroom",
146
+ icon: MeetingRoom,
147
+ title: "발표 장소",
148
+ app: "event",
149
+ resource: "room",
150
+ },
151
{
152
type: "autoAdminRouteDefinition",
153
key: "event-presentation",
0 commit comments