change company to single select paging candidates

This commit is contained in:
Fendy Heryanto
2026-01-02 05:21:55 +00:00
parent efb6ce65da
commit bd87cda8b0

View File

@@ -21,7 +21,7 @@ export const SCHEMA_ATS: SyncSchema = {
columns: [
{ title: 'First Name', uidt: UITypes.SingleLineText, pv: true },
{ title: 'Last Name', uidt: UITypes.SingleLineText },
{ title: 'Company', uidt: UITypes.SingleLineText },
{ title: 'Company', uidt: UITypes.SingleSelect },
{ title: 'Title', uidt: UITypes.SingleLineText },
{ title: 'Last Interaction At', uidt: UITypes.DateTime },
{ title: 'Is Private', uidt: UITypes.Checkbox },