all repos — stealth-developers @ c85366e380a54586e1f98cbe1980b7112470699f

fix(tickets): re-hide options when not staff
vi v@vt3e.cat
Wed, 08 Apr 2026 19:04:22 +0100
commit

c85366e380a54586e1f98cbe1980b7112470699f

parent

81c96862df40e4b96fc139487de103d12e872234

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/interactions/commands/tickets/_shared.tssrc/interactions/commands/tickets/_shared.ts

@@ -74,7 +74,7 @@ .setDefault(false),

); modal.addLabelComponents(pubReason); - modal.addLabelComponents(privateReason, deleteGroup); + if (staff) modal.addLabelComponents(privateReason, deleteGroup); return modal; }