Skip to content

Commit 880ed21

Browse files
authored
fix: incorrect autocomplete for pardon_ip and ban_ip (#4763)
1 parent bbc31ef commit 880ed21

File tree

1 file changed

+2
-2
lines changed
  • apps/frontend/src/pages/servers/manage/[id]

1 file changed

+2
-2
lines changed

apps/frontend/src/pages/servers/manage/[id]/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ const commandTree: any = {
341341
},
342342
},
343343
},
344-
ban_ip: null,
344+
'ban-ip': null,
345345
banlist: {
346346
ips: null,
347347
players: null,
@@ -470,7 +470,7 @@ const commandTree: any = {
470470
msg: null,
471471
op: null,
472472
pardon: null,
473-
pardon_ip: null,
473+
'pardon-ip': null,
474474
particle: null,
475475
playsound: null,
476476
recipe: {

0 commit comments

Comments
 (0)