mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
fix(lint): fix linter errors
This commit is contained in:
parent
502e995e60
commit
5b1ee293dc
2 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ class GeneratedForm extends React.Component
|
|||
|
||||
@defaultProps:
|
||||
style: {}
|
||||
onSubmit: () ->
|
||||
onSubmit: ->
|
||||
|
||||
render: =>
|
||||
submitText = if @props.formType is "new" then "Submit" else "Update"
|
||||
|
|
2
src/pro
2
src/pro
|
@ -1 +1 @@
|
|||
Subproject commit 9f9f9ae89f3d5bcbb6fdd62d0fd04dc6ec363373
|
||||
Subproject commit f43812f2b36ba0861143d9dcfe23e1ef41df7b98
|
Loading…
Reference in a new issue