Skip to content

Commit

Permalink
some renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Oct 31, 2024
1 parent d6ecfea commit f249b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/components/projects/new.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<saveableProjectsNewForm.SubmitButton @isEnabled={{saveableProjectsNewForm.isSubmittable}} data-test-save-button />
</saveableProjectsNewForm.PageNav>
<saveableProjectsNewForm.ConfirmationModal @action={{component saveableProjectsNewForm.SubmitButton
isEnabled=saveableProjectsNewForm.isSubmittable onClick=this.submitPackage class="no-margin" }}
isEnabled=saveableProjectsNewForm.isSubmittable onClick=this.submitProject class="no-margin" }}
@continueButtonTitle="Continue Editing" data-test-confirm-submit-button={{true}}>
<h6>Confirm New Project Submission</h6>
<p class="header-large medium-margin-top small-margin-bottom">
Expand Down
2 changes: 1 addition & 1 deletion client/app/components/projects/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class ProjectsNewFormComponent extends Component {
}

@action
async submitPackage() {
async submitProject() {
/* eslint-disable no-console */
console.log('this dot args dot packages?', this.args.package);

Expand Down

0 comments on commit f249b10

Please sign in to comment.