Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Nov 15, 2024
1 parent df6ce9d commit d8df913
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default {
Alerts.emit('Connection succeeded', 'confirmation')
} catch (err) {
const message = err.response.data.error
Alerts.emit(`Connection failed: ${error}`, 'warning')
Alerts.emit(`Connection failed: ${message}`, 'warning')
}
}
}
Expand Down

0 comments on commit d8df913

Please sign in to comment.