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