Skip to content

Commit 9cd6d20

Browse files
committed
fix required field issue
1 parent 62a608f commit 9cd6d20

File tree

2 files changed

+216
-218
lines changed

2 files changed

+216
-218
lines changed

plugins/arcgis/service/src/AddLayersRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export interface Field {
2121
alias: string
2222
sqlType: string
2323
length: number
24-
nullable: boolean
2524
editable: boolean
2625
domain?: string
2726
defaultValue?: any

0 commit comments

Comments
 (0)