Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledoesdev committed Nov 20, 2024
1 parent 5abcf1c commit fdea660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/Share.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
.then(() => {
this.flash('Success', 'Copied to clipboard!');
})
.catch(err => {
chis.flash("Something went wrong.", 'Could not copy to your clipbaord, try copy & pasting the URL manually.', 'error');
.catch(error => {
this.flash("Something went wrong.", 'Could not copy to your clipbaord, try copy & pasting the URL manually.', 'error');
});
}
}
Expand Down

0 comments on commit fdea660

Please sign in to comment.