mirror of https://github.com/docker/docs.git
fix: the App.tsx example file content
This commit is contained in:
parent
72c6f3c899
commit
a821761ebf
|
@ -247,7 +247,7 @@ import { createDockerDesktopClient } from "@docker/extension-api-client";
|
|||
const ddClient = createDockerDesktopClient();
|
||||
|
||||
export function App() {
|
||||
const [containers, setContainers] = React.useState([]);
|
||||
const [containers, setContainers] = React.useState<any[]>([]);
|
||||
|
||||
useEffect(() => {
|
||||
// List all containers
|
||||
|
|
Loading…
Reference in New Issue