From 3b64ff405eb7eaff379868ac39c724701b440973 Mon Sep 17 00:00:00 2001 From: sergeyteleshev Date: Tue, 21 May 2024 14:41:36 +0200 Subject: [PATCH] CB-4853 adds const "{your container id}" in the update instruction --- webapp/packages/product-default/src/UpdateInstruction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/packages/product-default/src/UpdateInstruction.tsx b/webapp/packages/product-default/src/UpdateInstruction.tsx index 5ea930c33f..31a5fcc750 100644 --- a/webapp/packages/product-default/src/UpdateInstruction.tsx +++ b/webapp/packages/product-default/src/UpdateInstruction.tsx @@ -9,7 +9,7 @@ import { Code } from '@cloudbeaver/core-blocks'; import type { InstructionComponent } from '@cloudbeaver/core-version-update'; export const UpdateInstruction: InstructionComponent = function UpdateInstruction({ version, containerId, className }) { - const id = `containerId("${containerId || 'cloudbeaver'}")`; + const id = '{your container id}'; return (