File tree 1 file changed +3
-3
lines changed
orga/app/components/campaign/filter
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import PixFilterBanner from ' @1024pix/pix-ui/components/pix-filter-banner' ;
2
- import PixToggle from ' @1024pix/pix-ui/components/pix-toggle' ;
2
+ import PixToggleButton from ' @1024pix/pix-ui/components/pix-toggle-button ' ;
3
3
import { action } from ' @ember/object' ;
4
4
import Component from ' @glimmer/component' ;
5
5
import { t } from ' ember-intl' ;
@@ -52,11 +52,11 @@ export default class CampaignFilters extends Component {
52
52
/>
53
53
{{/unless }}
54
54
55
- <PixToggle @ toggled ={{this .isToggleSwitched }} @ onChange ={{this .onToggle }} @ screenReaderOnly ={{ true }} >
55
+ <PixToggleButton @ toggled ={{this .isToggleSwitched }} @ onChange ={{this .onToggle }} @ screenReaderOnly ={{ true }} >
56
56
<: label >{{t " pages.campaigns-list.action.campaign.label" }} </: label >
57
57
<: on >{{t " pages.campaigns-list.action.campaign.ongoing" }} </: on >
58
58
<: off >{{t " pages.campaigns-list.action.campaign.archived" }} </: off >
59
- </PixToggle >
59
+ </PixToggleButton >
60
60
</PixFilterBanner >
61
61
</template >
62
62
}
You can’t perform that action at this time.
0 commit comments