chore: remove comment

This commit is contained in:
Shivam Mishra
2024-08-07 20:07:32 +05:30
parent 5892bf2caf
commit b97be238cb
@@ -2,7 +2,6 @@
import { ref, onMounted, defineEmits } from 'vue';
import { useMapGetter, useStore } from 'dashboard/composables/store';
// add prop for multiple selector
defineProps({
multiple: {
type: Boolean,