Skip to content

Commit

Permalink
Update info after closing window
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Jun 11, 2024
1 parent a431058 commit e2fa504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<TheConfigUpdater
:open="openSerialNumber"
ref="TheConfigUpdater"
@close="openSerialNumber = false"
@close="openSerialNumber = false; this.getInfo()"
/>
</w-flex>
</w-card>
Expand Down

0 comments on commit e2fa504

Please sign in to comment.