fix: minor fix

This commit is contained in:
Shariq Ansari 2023-08-01 18:02:41 +05:30
parent 0770fc0be5
commit ce900ec8ac
2 changed files with 0 additions and 5 deletions

View File

@ -7,10 +7,6 @@
</template>
<script setup>
const props = defineProps({
tab: {
type: String,
required: true,
},
activities: {
type: Array,
default: [],

View File

@ -36,7 +36,6 @@ const leads = createListResource({
pageLength: 999,
auto: true,
})
leads.fetch()
const columns = [
{