mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
fix: meeting selection create button
This commit is contained in:
@@ -292,6 +292,9 @@ export default function Room(details: RoomDetails) {
|
|||||||
params: {
|
params: {
|
||||||
path: { room_name: roomName },
|
path: { room_name: roomName },
|
||||||
},
|
},
|
||||||
|
body: {
|
||||||
|
allow_duplicated: room ? room.ics_enabled : false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
handleMeetingSelect(newMeeting);
|
handleMeetingSelect(newMeeting);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@@ -363,6 +366,7 @@ export default function Room(details: RoomDetails) {
|
|||||||
authLoading={["loading", "refreshing"].includes(auth.status)}
|
authLoading={["loading", "refreshing"].includes(auth.status)}
|
||||||
onMeetingSelect={handleMeetingSelect}
|
onMeetingSelect={handleMeetingSelect}
|
||||||
onCreateUnscheduled={handleCreateUnscheduled}
|
onCreateUnscheduled={handleCreateUnscheduled}
|
||||||
|
isCreatingMeeting={createMeetingMutation.isPending}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user