mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
Merge pull request #16409 from scraly/patch-3
fix: the App.tsx example file content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user