Skip to content

Commit

Permalink
fix: typo (#1163)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
TimonLukas and kodiakhq[bot] authored Apr 8, 2021
1 parent 22564a4 commit cc46805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
},
watch: {
expanded() {
if (this.dataExpanded !== this.expaned) {
if (this.dataExpanded !== this.expanded) {
this.dataExpanded = this.expanded;
}
},
Expand Down

0 comments on commit cc46805

Please sign in to comment.