fixed admin filter phone number by SP

This commit is contained in:
Quan HL
2025-05-30 14:41:17 +07:00
parent 1723326890
commit 0a7b5ddcb8

View File

@@ -83,6 +83,9 @@ export const PhoneNumbers = () => {
page_size: Number(perPageFilter),
...(accSid && { account_sid: accSid }),
...(filter && { filter }),
...(currentServiceProvider?.service_provider_sid && {
service_provider_sid: currentServiceProvider.service_provider_sid,
}),
})
.then(({ json }) => {
if (json) {