MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / openDockerVersionSelectDialog

Function openDockerVersionSelectDialog

frontend/src/components/fc/index.ts:247–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247export async function openDockerVersionSelectDialog() {
248 const dialog =
249 useMountComponent().load<InstanceType<typeof DockerVersionSelectDialog>>(
250 DockerVersionSelectDialog
251 );
252 return dialog!.openDialog();
253}
254
255export interface OpenMarketDialogProps {
256 daemonId?: string;

Callers

nothing calls this directly

Calls 2

useMountComponentFunction · 0.90
loadMethod · 0.65

Tested by

no test coverage detected