Merge branch 'varun-admin-GEN-59-page' of https://github.com/cssgunc/compass into varun-admin-GEN-59-page

This commit is contained in:
Varun Murlidhar 2024-04-21 06:51:37 -04:00
commit 9e4ba5b433

View File

@ -99,7 +99,12 @@ export const Table = () => {
}),
columnHelper.accessor("role", {
header: () => <><ArrowDownCircleIcon className="inline align-top h-4" /> Role</>,
cell: (info) => info.renderValue(),
cell: (info) => <TagsInput presetValue={info.getValue() }
presetOptions={presetOptions}
setPresetOptions={setPresetOptions}
getTagColor={getTagColor}
setTagColors={setTagColors}
/>,
}),
columnHelper.accessor("email", {
header: () => <><AtSymbolIcon className="inline align-top h-4" /> Email</>,