mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -10,8 +10,8 @@ export function RenderTaskComponent(props: TaskComponentProps) {
|
||||
onChange={console.log}
|
||||
uiSchema={{
|
||||
render: {
|
||||
"ui:field": "LiquidJsField"
|
||||
}
|
||||
"ui:field": "LiquidJsField",
|
||||
},
|
||||
}}
|
||||
/>
|
||||
</TaskComponent>
|
||||
|
||||
Reference in New Issue
Block a user