mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 23:52:16 +01:00
Merge pull request #1039 from ajnart/fix/docker-module
🐛 Fix issue when opening docker module
This commit is contained in:
@@ -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>
|
||||
<Tooltip label={t('actionIcon.tooltip')}>
|
||||
<ActionIcon
|
||||
|
||||
Reference in New Issue
Block a user