File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
{{ else }}
31
31
32
- <PaperSelect::Option
32
+ <PaperSelectOption
33
33
class =" ember-power-select-option"
34
34
aria-selected =" {{ ember-power-select-is-selected opt @select.selected }} "
35
35
aria-disabled ={{ if opt.disabled " true" }}
39
39
tabindex ={{ if opt.disabled " -1" " 0" }}
40
40
selected ={{ if (ember-power-select-is-selected opt @select.selected ) " selected" undefined }} >
41
41
{{ yield opt @select }}
42
- </PaperSelect::Option >
42
+ </PaperSelectOption >
43
43
44
44
{{ /if }}
45
45
76
76
77
77
{{ else }}
78
78
79
- <PaperSelect::Option
79
+ <PaperSelectOption
80
80
class =" ember-power-select-option"
81
81
aria-selected =" {{ ember-power-select-is-selected opt @select.selected }} "
82
82
aria-disabled ={{ if opt.disabled " true" }}
86
86
tabindex ={{ if opt.disabled " -1" " 0" }}
87
87
selected ={{ if (ember-power-select-is-selected opt @select.selected ) " selected" undefined }} >
88
88
{{ yield opt @select }}
89
- </PaperSelect::Option >
89
+ </PaperSelectOption >
90
90
91
91
{{ /if }}
92
92
File renamed without changes.
You can’t perform that action at this time.
0 commit comments