diff --git a/webapp/packages/product-default/src/UpdateInstruction.tsx b/webapp/packages/product-default/src/UpdateInstruction.tsx index 5b99641b8a..5ea930c33f 100644 --- a/webapp/packages/product-default/src/UpdateInstruction.tsx +++ b/webapp/packages/product-default/src/UpdateInstruction.tsx @@ -9,7 +9,8 @@ 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 || 'cloudbeaver'; + const id = `containerId("${containerId || 'cloudbeaver'}")`; + return (