fix: minor fix
This commit is contained in:
parent
0770fc0be5
commit
ce900ec8ac
@ -7,10 +7,6 @@
|
||||
</template>
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
tab: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
activities: {
|
||||
type: Array,
|
||||
default: [],
|
||||
|
||||
@ -36,7 +36,6 @@ const leads = createListResource({
|
||||
pageLength: 999,
|
||||
auto: true,
|
||||
})
|
||||
leads.fetch()
|
||||
|
||||
const columns = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user