Skip to content

Commit

Permalink
Merge pull request #68 from abes-esr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
SamuelQuetin authored Mar 14, 2024
2 parents fcfa078 + f5db359 commit d06c528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "item-ui",
"version": "2.4.3",
"version": "2.4.4-SNAPSHOT",
"private": true,
"description": "Front-end Item",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/utils/warning.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
name: 'warning',
data() {
return {
warningDialog: true,
warningDialog: false,
}
}
};
Expand Down

0 comments on commit d06c528

Please sign in to comment.