Merge branch 'develop' into feat/CW-3082

This commit is contained in:
Sivin Varghese
2024-04-30 21:44:09 +05:30
committed by GitHub
73 changed files with 2038 additions and 981 deletions
@@ -74,13 +74,11 @@
<script>
import Thumbnail from 'dashboard/components/widgets/Thumbnail.vue';
import MultiselectDropdownItems from 'shared/components/ui/MultiselectDropdownItems.vue';
import { mixin as clickaway } from 'vue-clickaway';
export default {
components: {
Thumbnail,
MultiselectDropdownItems,
},
mixins: [clickaway],
props: {
options: {
type: Array,