更新 'src/components/rooms.js'

This commit is contained in:
钟进 2022-07-07 09:38:16 +08:00
parent dcf6dbe8ae
commit 27655602da

View File

@ -301,6 +301,14 @@ export const RoomShow = props => {
</Datagrid> </Datagrid>
</ReferenceManyField> </ReferenceManyField>
</Tab> </Tab>
<Tab
label="resources.forward_extremities.name"
icon={<FastForwardIcon />}
path="forward_extremities"
>
</Tab>
</TabbedShowLayout> </TabbedShowLayout>
</Show> </Show>
); );