Skip to content

Commit 1956413

Browse files
committed
Update comment in ArticleEditor to clarify onSave implementation
1 parent 4663977 commit 1956413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Editor/ArticleEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ const ArticleEditor: React.FC<ArticleEditorProps> = ({ article, uuid }) => {
313313
open={isOpenSettingDrawer}
314314
onClose={toggleSettingDrawer}
315315
onSave={() => {
316-
// Implementation needed
316+
// silence is good
317317
}}
318318
/>
319319
)}

0 commit comments

Comments
 (0)