Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hurradieweltgehtunter committed Dec 4, 2023
1 parent 0c87874 commit 199a3e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tools: composer, php-cs-fixer

- name: Install PHP dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Install NPM dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Housing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
case 'showQuestionnaire':
return defineAsyncComponent(() => import('@/Components/Housing/Questionnaire.vue'))
case 'writingstyleSelect':
return defineAsyncComponent(() => import('@/Components/Housing/WritingstyleSelect.vue'))
return defineAsyncComponent(() => import('@/Components/Housing/WritingStyleSelect.vue'))
default:
return null
}
Expand Down

0 comments on commit 199a3e9

Please sign in to comment.