Skip to content
Snippets Groups Projects
Unverified Commit ef0e4a44 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

fix room config (#4658)

parent 31e17681
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ export default function RoomConfigRow({
<Dropdown.Item value="true" onClick={() => useUpdateRoom.mutate({ value: 'true' })}>
{t('admin.room_configuration.enabled')}
</Dropdown.Item>
<Dropdown.Item value="default" onClick={() => useUpdateRoom.mutate({ value: 'default_enabled' })}>
<Dropdown.Item value="default_enabled" onClick={() => useUpdateRoom.mutate({ value: 'default_enabled' })}>
{t('admin.room_configuration.default')}
</Dropdown.Item>
<Dropdown.Item value="optional" onClick={() => useUpdateRoom.mutate({ value: 'optional' })}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment