mirror of
https://github.com/desktop/desktop
synced 2024-11-05 20:49:32 +00:00
Update app/src/ui/editor/editor-error.tsx
Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
This commit is contained in:
parent
3d510484cc
commit
089f1c42a3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ interface IEditorErrorProps {
|
|||
*/
|
||||
readonly message: string
|
||||
|
||||
/** Render the "Install ${Default}"" link as the default action */
|
||||
/** Render the "Install ${Default}" link as the default action */
|
||||
readonly suggestDefaultEditor?: boolean
|
||||
|
||||
/** Render the "Open Preferences" link as the default action */
|
||||
|
|
Loading…
Reference in a new issue