mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-12 03:09:54 +00:00
♻️ show idp name in user selector
This commit is contained in:
@@ -8,7 +8,11 @@ import { useDebounce } from "use-debounce";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { MultiSelectTagInput } from "./multi-select/multi-select-tag-input";
|
||||
|
||||
export type SelectedUser = { id: string; text: string };
|
||||
export type SelectedUser = {
|
||||
id: string;
|
||||
text: string;
|
||||
ipdName?: string | null;
|
||||
};
|
||||
|
||||
export type UsersSelectorProps = {
|
||||
orgId: string;
|
||||
|
||||
Reference in New Issue
Block a user