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