✨ feat: Device short code lookup
This commit is contained in:
parent
29f9aaae8c
commit
902e5fe59a
@ -61,6 +61,7 @@ export default function User() {
|
|||||||
user_id: sp.user_id || undefined,
|
user_id: sp.user_id || undefined,
|
||||||
subscribe_id: sp.subscribe_id || undefined,
|
subscribe_id: sp.subscribe_id || undefined,
|
||||||
user_subscribe_id: sp.user_subscribe_id || undefined,
|
user_subscribe_id: sp.user_subscribe_id || undefined,
|
||||||
|
short_code: sp.short_code || undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@ -288,6 +289,10 @@ export default function User() {
|
|||||||
key: "user_subscribe_id",
|
key: "user_subscribe_id",
|
||||||
placeholder: t("subscriptionId", "Subscription ID"),
|
placeholder: t("subscriptionId", "Subscription ID"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "short_code",
|
||||||
|
placeholder: t("shortCode", "Short Code"),
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
request={async (pagination, filter) => {
|
request={async (pagination, filter) => {
|
||||||
const { data } = await getUserList({
|
const { data } = await getUserList({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user