mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:15:12 +00:00
change company to single select paging candidates
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user