Skip to content

Commit

Permalink
CB-4853 adds const "{your container id}" in the update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed May 21, 2024
1 parent b1a8b65 commit 3b64ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/packages/product-default/src/UpdateInstruction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className={className}>
Expand Down

0 comments on commit 3b64ff4

Please sign in to comment.