Skip to content

Commit

Permalink
Fixing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 11, 2023
1 parent 8342aac commit 1cb6608
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export default {
}
filterOptions.itemsPerPage = this.numItems
CaseTypeApi.getAll(filterOptions).then((response) => {
this.total = response.data.total
this.loading = false
Expand Down

0 comments on commit 1cb6608

Please sign in to comment.