Skip to content

Commit

Permalink
fix required field issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslatten committed Feb 2, 2025
1 parent 62a608f commit 9cd6d20
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 218 deletions.
1 change: 0 additions & 1 deletion plugins/arcgis/service/src/AddLayersRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export interface Field {
alias: string
sqlType: string
length: number
nullable: boolean
editable: boolean
domain?: string
defaultValue?: any
Expand Down
Loading

0 comments on commit 9cd6d20

Please sign in to comment.