Skip to content

Commit 45f9398

Browse files
committed
chore: remove unused attribute in block replace
1 parent bba2134 commit 45f9398

File tree

1 file changed

+1
-2
lines changed
  • assets/src/video-player/block

1 file changed

+1
-2
lines changed

assets/src/video-player/block/hoc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const BlockReplacer = ({ clientIDToReplace, url }) => {
88

99
useEffect( ()=> {
1010
const block = createBlock( 'optimole/video-player', {
11-
url: url,
12-
editing: isOptimoleURL
11+
url: url
1312
});
1413

1514
replaceBlock( clientIDToReplace, block );

0 commit comments

Comments
 (0)