mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2025-12-19 05:37:43 +00:00
fixed admin filter phone number by SP (#531)
This commit is contained in:
@@ -83,6 +83,9 @@ export const PhoneNumbers = () => {
|
|||||||
page_size: Number(perPageFilter),
|
page_size: Number(perPageFilter),
|
||||||
...(accSid && { account_sid: accSid }),
|
...(accSid && { account_sid: accSid }),
|
||||||
...(filter && { filter }),
|
...(filter && { filter }),
|
||||||
|
...(currentServiceProvider?.service_provider_sid && {
|
||||||
|
service_provider_sid: currentServiceProvider.service_provider_sid,
|
||||||
|
}),
|
||||||
})
|
})
|
||||||
.then(({ json }) => {
|
.then(({ json }) => {
|
||||||
if (json) {
|
if (json) {
|
||||||
|
|||||||
Reference in New Issue
Block a user