Skip to content

Commit

Permalink
Set default value for showComponent to true
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinbusso committed Feb 5, 2024
1 parent 08f62ac commit 93bf4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderer/file-upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default {
nativeFiles: {},
uploading: false,
invalidFile: false,
showComponent: false,
showComponent: true,
};
},
methods: {
Expand Down

0 comments on commit 93bf4b1

Please sign in to comment.