Switch docker module to tanstack/react-query

This commit is contained in:
ajnart
2023-05-19 09:49:29 +09:00
parent 2a384d47b0
commit f1fcd071a8
3 changed files with 28 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ export function Header(props: any) {
>
<Search />
{!editModeEnabled && <ToggleEditModeAction />}
{!editModeEnabled && <DockerMenuButton />}
<DockerMenuButton />
<Indicator
size={15}
color="blue"