Skip to content

Commit

Permalink
added partialFormat boolean in FormOptionsas required
Browse files Browse the repository at this point in the history
  • Loading branch information
albab7 committed Oct 21, 2024
1 parent 1d0bdfa commit 98ffbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@micro-lc/back-kit-engine",
"version": "1.0.19-rc0",
"version": "1.0.19-rc1",
"description": "engine to sync react over webcomponents scaffolding + backoffice utils and types/interfaces",
"license": "SEE LICENSE IN LICENSE",
"author": "Mia Platform Core Team <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/data-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export interface FormOptions {
readOnly?: boolean
showFileInViewer?: boolean
geopointFormat?: ['lat', 'lon'] | ['lon', 'lat']
isPartialFormat: boolean
isPartialFormat?: boolean
}

export interface ExtendedJSONSchema7Definition extends Omit<JSONSchema7, 'type' | 'properties' | 'items' | 'description'> {
Expand Down

0 comments on commit 98ffbe2

Please sign in to comment.