mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-31 15:20:32 +08:00
fix(build): Skeleton on block only a object in schema.
This commit is contained in:
parent
dba6f49666
commit
98d9c57d6c
@ -220,9 +220,9 @@ export default {
|
||||
},
|
||||
},
|
||||
skeleton: {
|
||||
type: 'array',
|
||||
type: 'object',
|
||||
errorMessage: {
|
||||
type: 'Block "skeleton" should be an array.',
|
||||
type: 'Block "skeleton" should be an object.',
|
||||
},
|
||||
},
|
||||
style: {
|
||||
|
@ -20,7 +20,7 @@ import { blockDefaultProps } from '@lowdefy/block-utils';
|
||||
const ProgressBar = ({ blockId, methods, style, properties, content }) => {
|
||||
const {
|
||||
progress = 30,
|
||||
height = 3,
|
||||
height = 4,
|
||||
transitionTime = 1000,
|
||||
// loaderSpeed = 500,
|
||||
// waitingTime = 1000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user