Skip to content

Commit

Permalink
Merge pull request #1039 from ajnart/fix/docker-module
Browse files Browse the repository at this point in the history
馃悰 Fix issue when opening docker module
  • Loading branch information
Meierschlumpf committed Jun 10, 2023
2 parents 75ad912 + bbe6d0b commit 0bfa8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Docker/DockerModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bfa8ac

Please sign in to comment.