Skip to content

Commit

Permalink
Ne pas utiliser les parenthèses sinon on perd les propriétés
Browse files Browse the repository at this point in the history
  • Loading branch information
Charline-L committed Jan 29, 2025
1 parent e76b0db commit 0403fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024-frontend/src/views/ImportPurchases/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const success = (count) => {
</p>
<ImportExplanation :ressources="ressources" />
<ImportSchemaTable :url="schemaUrl" />
<ImportFileUpload @success="success()" />
<ImportFileUpload @success="success" />
<ImportSuccessModal
:opened="importSuccess"
:message="
Expand Down

0 comments on commit 0403fdd

Please sign in to comment.