Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Oct 12, 2023
1 parent ba8018f commit 252f878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ export default {
try {
const { data } = await this.$listeners.import('buffer')
args.push(data, confirm.useRaw)
args.push(data, result.useRaw)
} catch (error) {
return
}
Expand Down

0 comments on commit 252f878

Please sign in to comment.