mirror of
https://github.com/hexastack/hexabot
synced 2025-05-08 14:54:45 +00:00
changes
This commit is contained in:
parent
842c3b8af0
commit
92b9cd3a90
@ -52,12 +52,10 @@ export const Subscribers = () => {
|
|||||||
$eq: labelFilter ? [{ labels: [labelFilter] }] : [],
|
$eq: labelFilter ? [{ labels: [labelFilter] }] : [],
|
||||||
$or: ["first_name", "last_name"],
|
$or: ["first_name", "last_name"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const { dataGridProps } = useFind(
|
const { dataGridProps } = useFind(
|
||||||
{ entity: EntityType.SUBSCRIBER, format: Format.FULL },
|
{ entity: EntityType.SUBSCRIBER, format: Format.FULL },
|
||||||
{ params: searchPayload },
|
{ params: searchPayload },
|
||||||
);
|
);
|
||||||
|
|
||||||
const columns: GridColDef<ISubscriber>[] = [
|
const columns: GridColDef<ISubscriber>[] = [
|
||||||
{ field: "id", headerName: "ID" },
|
{ field: "id", headerName: "ID" },
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user