🐛 Fix issue when opening docker module

This commit is contained in:
Meier Lukas
2023-06-10 17:03:20 +02:00
parent 8cba5e4683
commit bbe6d0bcc4

View File

@@ -64,7 +64,7 @@ export default function DockerMenuButton(props: any) {
}, },
}} }}
> >
<DockerTable containers={data} selection={selection} setSelection={setSelection} /> <DockerTable containers={data ?? []} selection={selection} setSelection={setSelection} />
</Drawer> </Drawer>
<Tooltip label={t('actionIcon.tooltip')}> <Tooltip label={t('actionIcon.tooltip')}>
<ActionIcon <ActionIcon