File tree 1 file changed +0
-3
lines changed
apps/dashboard/src/components/workflow-editor/steps/email
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -285,11 +285,9 @@ export const createExtensions = (props: {
285
285
286
286
if ( isTextVariable || isUrlVariable ) {
287
287
const aliasFor = resolveRepeatBlockAlias ( isTextVariable ? ( text ?? '' ) : ( url ?? '' ) , editor ) ;
288
- // @ts -expect-error - the core and core-digest collides
289
288
return commands . updateButtonAttributes ?.( { ...attrs , aliasFor : aliasFor ?? null } ) ;
290
289
}
291
290
292
- // @ts -expect-error - the core and core-digest collides
293
291
return commands . updateButtonAttributes ?.( attrs ) ;
294
292
} ,
295
293
} ;
@@ -387,7 +385,6 @@ export const createExtensions = (props: {
387
385
388
386
if ( isUrlVariable ) {
389
387
const aliasFor = resolveRepeatBlockAlias ( href ?? '' , editor ) ;
390
- // @ts -expect-error - the core and core-digest collides
391
388
return commands . updateLinkAttributes ?.( { ...attrs , aliasFor : aliasFor ?? null } ) ;
392
389
}
393
390
You can’t perform that action at this time.
0 commit comments