Skip to content

Commit

Permalink
Merge pull request #38 from platformatic/first-test-fixups
Browse files Browse the repository at this point in the history
minor fixups
  • Loading branch information
tonysnowboardunderthebridge authored Nov 30, 2023
2 parents 289d523 + ef206f4 commit 23c8f2c
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 23c8f2c

Please sign in to comment.