fix: remove unused promise prop from CustomerNotificationsCampaignConsumption
This commit is contained in:
parent
2fb7947278
commit
28c59f16b9
|
@ -89,7 +89,6 @@ const columns = computed(() => [
|
|||
<CustomerNotificationsCampaignConsumption
|
||||
:selected-rows="selected.length > 0"
|
||||
:clients="selected"
|
||||
:promise="refreshData"
|
||||
/>
|
||||
</template>
|
||||
</VnSubToolbar>
|
||||
|
|
Loading…
Reference in New Issue