소스 검색

BugFix for callout label

Yuki Takei 1 년 전
부모
커밋
a3466bf352
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
         };
 
       }