Skip to content

Commit bb27b23

Browse files
committed
feat(validation): add default animation settings to validation schema
1 parent 12c0ac5 commit bb27b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/validation/widgets/yasb/memory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
'default': DEFAULTS['animation']['duration'],
7777
'min': 0
7878
}
79-
}
79+
},
80+
'default': DEFAULTS['animation']
8081
},
8182
'callbacks': {
8283
'type': 'dict',

0 commit comments

Comments
 (0)