Skip to content

Commit c48fa59

Browse files
committed
use onyxia shema
1 parent e5a53c8 commit c48fa59

File tree

2 files changed

+749
-24
lines changed

2 files changed

+749
-24
lines changed

src/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Typography from '@mui/material/Typography';
66
import logo from './logo.svg';
77
import './App.css';
88
import schema from './schema.json';
9-
import uischema from './uischema.json';
9+
1010
import {
1111
materialCells,
1212
materialRenderers,
@@ -103,7 +103,6 @@ const App = () => {
103103
<div className={classes.demoform}>
104104
<JsonForms
105105
schema={schema}
106-
uischema={uischema}
107106
data={data}
108107
renderers={renderers}
109108
cells={materialCells}

0 commit comments

Comments
 (0)