Skip to content

Commit

Permalink
Fix helpers test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Dec 22, 2023
1 parent f48e03d commit f07a5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-app/app/controllers/helpers-testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const numbers = [
export default class HelpersTesting extends Controller {
numbers = numbers;
@tracked selectedList = [];
@tracked asyncSelected;
@tracked asyncSelectedList = [];
@tracked optionz = [];

Expand Down

0 comments on commit f07a5de

Please sign in to comment.