Skip to content

Commit

Permalink
fix(cleanup): cleanup unused props of article editor
Browse files Browse the repository at this point in the history
  • Loading branch information
devformatters authored and Zeck Li committed Oct 21, 2020
1 parent 6b0ac13 commit bd4f87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ interface Props {
uploadAudioSizeLimit?: number
uploadImageSizeLimit?: number
scrollingContainer?: string | HTMLElement
disableToolbar?: boolean
}

interface State {
Expand Down

0 comments on commit bd4f87d

Please sign in to comment.