Fix new row screen template
This commit is contained in:
parent
c627c1d7d7
commit
ca200b81f3
|
@ -13,7 +13,7 @@ export const NEW_ROW_TEMPLATE = "NEW_ROW_TEMPLATE"
|
||||||
const createScreen = table => ({
|
const createScreen = table => ({
|
||||||
props: {
|
props: {
|
||||||
_id: "c683c4ca8ffc849c6bdd3b7d637fbbf3c",
|
_id: "c683c4ca8ffc849c6bdd3b7d637fbbf3c",
|
||||||
_component: "@budibase/standard-components/rowdetail",
|
_component: "@budibase/standard-components/newrow",
|
||||||
_styles: {
|
_styles: {
|
||||||
normal: {},
|
normal: {},
|
||||||
hover: {},
|
hover: {},
|
||||||
|
|
Loading…
Reference in New Issue