Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VolgaIgor committed Nov 19, 2024
1 parent 393acfc commit 9b7fd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/blockManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ export default class BlockManager extends Module {
/**
* Now using Conversion Config "import" we compose a new Block data
*/
let newBlockData = convertStringToBlockData(exportedData, replacingTool.conversionConfig, replacingTool.settings);
let newBlockData = convertExportToBlockData(exportedData, replacingTool.conversionConfig, replacingTool.settings);

/**
* Optional data overrides.
Expand Down

0 comments on commit 9b7fd5f

Please sign in to comment.