Skip to content

Commit

Permalink
πŸ› Fix arweave estimation was not refresh for modified file list
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 21, 2024
1 parent 5a5f9ff commit 1173265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/IscnUploadForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ export default class IscnUploadForm extends Vue {
if (errormsg) this.isOpenWarningSnackbar = true
}
@Watch('fileRecords')
@Watch('modifiedFileRecords')
async estimateArFee(fileRecords: any) {
if (fileRecords.length) {
this.uploadStatus = 'loading'
Expand Down

0 comments on commit 1173265

Please sign in to comment.