Skip to content

Commit

Permalink
fixes while rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
thesujai authored and rtibbles committed Nov 1, 2023
1 parent b7f9309 commit 0e05f90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
@change="handleActivityTypeChange($event.value)"
>
<template #display>
<KLabeledIcon
:label="selected.label"
:icon="selected.icon"
/>
<KLabeledIcon
:label="selected.label"
:icon="selected.icon"
/>
</template>
<template #option="{ option }">
<KLabeledIcon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
SuggestedTime,
DeviceConnectionStatus,
},
mixins: [KResponsiveWindowMixin, commonLearnStrings],
filters: {
truncateText(value, maxLength) {
if (value && value.length > maxLength) {
Expand All @@ -209,6 +208,7 @@
return value;
},
},
mixins: [commonLearnStrings, commonCoreStrings],
setup() {
const { windowBreakpoint } = useKResponsiveWindow();
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
ResourceCard,
},
mixins: [responsiveWindowMixin],
setup() {
const {
genContentLinkBackLinkCurrentPage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
import { get, set } from '@vueuse/core';
import lodashGet from 'lodash/get';
import { getCurrentInstance, ref, watch } from 'kolibri.lib.vueCompositionApi';
import Modalities from 'kolibri-constants/Modalities';
import AuthMessage from 'kolibri.coreVue.components.AuthMessage';
import { ContentNodeResource } from 'kolibri.resources';
Expand Down

0 comments on commit 0e05f90

Please sign in to comment.