Ver Fonte

BugFix for callout label

Yuki Takei há 1 ano atrás
pai
commit
a3466bf352
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/app/src/features/callout/services/callout.ts

+ 1 - 1
apps/app/src/features/callout/services/callout.ts

@@ -26,7 +26,7 @@ export const remarkPlugin: Plugin = () => {
         data.hName = 'callout';
         data.hProperties = {
           type,
-          label: label ?? type,
+          label,
         };
 
       }