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> </template>
<script setup> <script setup>
const props = defineProps({ const props = defineProps({
tab: {
type: String,
required: true,
},
activities: { activities: {
type: Array, type: Array,
default: [], default: [],

View File

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