fix: remove unused promise prop from CustomerNotificationsCampaignConsumption

This commit is contained in:
Javier Segarra 2025-04-25 09:43:56 +02:00
parent 2fb7947278
commit 28c59f16b9
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ const columns = computed(() => [
<CustomerNotificationsCampaignConsumption
:selected-rows="selected.length > 0"
:clients="selected"
:promise="refreshData"
/>
</template>
</VnSubToolbar>