From b0991366902dbee393183aaf8fab66d1ff10e7a2 Mon Sep 17 00:00:00 2001 From: Sebastien Marinier Date: Wed, 29 May 2024 17:09:06 +0200 Subject: [PATCH] feat: sharing rooms with moderators and users Dialog and permissions management --- ts/Manager/RoomRow.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index 5903646..721a7f4 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -194,11 +194,15 @@ const RoomRow: React.FC = (props) => { return ; } +<<<<<<< HEAD <<<<<<< HEAD function edit(field: string, type: 'text' | 'number' = 'text', canEdit = true, options?) { ======= function edit(field: string, type: 'text' | 'number' = 'text', canEdit: boolean = true, options?) { >>>>>>> 63daf83 (feat: manage view of rooms for moderators and users) +======= + function edit(field: string, type: 'text' | 'number' = 'text', canEdit = true, options?) { +>>>>>>> 82951e9 (feat: sharing rooms with moderators and users) return canEdit ? :