mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
fix: whereby consent not displaying (#505)
This commit is contained in:
@@ -118,7 +118,7 @@ const useConsentDialog = (
|
||||
return (
|
||||
<Button
|
||||
ref={buttonRef}
|
||||
colorPalette="blue"
|
||||
colorPalette="primary"
|
||||
size="sm"
|
||||
onClick={() => {
|
||||
handleConsent(meetingId, true).then(() => {
|
||||
@@ -147,9 +147,8 @@ const useConsentDialog = (
|
||||
recording on our servers?
|
||||
</Text>
|
||||
<HStack gap={4} justifyContent="center">
|
||||
<AcceptButton />
|
||||
<Button
|
||||
colorPalette="gray"
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
onClick={() => {
|
||||
handleConsent(meetingId, false).then(() => {
|
||||
@@ -160,6 +159,7 @@ const useConsentDialog = (
|
||||
>
|
||||
No, delete after transcription
|
||||
</Button>
|
||||
<AcceptButton />
|
||||
</HStack>
|
||||
</VStack>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user