Remove new meeting button

This commit is contained in:
2024-09-05 14:01:03 +02:00
parent 833a5d1191
commit 15c95d6bfa

View File

@@ -151,10 +151,6 @@ export default function TranscriptBrowser() {
total={response?.total || 0} total={response?.total || 0}
size={response?.size || 0} size={response?.size || 0}
/> />
<Button colorScheme="blue" rightIcon={<PlusSquareIcon />}>
New Meeting
</Button>
</Flex> </Flex>
<Grid <Grid
templateColumns={{ templateColumns={{