Skip to content

Commit

Permalink
minor fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <[email protected]>
  • Loading branch information
leorossi committed Nov 30, 2023
1 parent ae8b388 commit ef206f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/generate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const createApp = async (projectDir, { projectName, services, entrypoint,
const template = await importOrLocal({
pkgManager,
projectDir,
pkg: templateName
pkg: templateName,
logger
})

if (!template) {
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/ui/EditableTitle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function EditableTitle ({ title, iconName, onClickSubmit, dataAttrName, dataAttr
disabled={!validForm}
type='submit'
classes={commonStyles.buttonPadding}
label='Salve'
label='Save'
onClick={() => handleSubmit}
color={RICH_BLACK}
bordered={false}
Expand Down

0 comments on commit ef206f4

Please sign in to comment.