From 8baa2a72fb9c825ec75cca3b1e53c6ecb791eeff Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:51:27 -0800 Subject: [PATCH] Allow admins to edit collections on frontend (#3207) --- apps/frontend/src/pages/collection/[id].vue | 15 ++++++++++----- packages/utils/users.ts | 4 ++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/apps/frontend/src/pages/collection/[id].vue b/apps/frontend/src/pages/collection/[id].vue index d40a4d47d..2922265f2 100644 --- a/apps/frontend/src/pages/collection/[id].vue +++ b/apps/frontend/src/pages/collection/[id].vue @@ -1,7 +1,7 @@