mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
prepare 0.9.7.1 release
This commit is contained in:
parent
4eab2b42b8
commit
0c20033c3e
@ -9,3 +9,4 @@ cache:
|
||||
script:
|
||||
- yarn
|
||||
- yarn lint
|
||||
- yarn export
|
||||
|
||||
@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Security
|
||||
|
||||
## [0.9.7] - 2020-09-02
|
||||
## [0.9.7.1] - 2020-09-02
|
||||
|
||||
### Changed
|
||||
|
||||
@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Fixed
|
||||
|
||||
- colors for landing page buttons
|
||||
- menu selection type
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
@ -218,9 +218,9 @@ const Structure: FunctionComponent<Props> = (props) => {
|
||||
style={{ flex: 1 }}
|
||||
defaultSelectedKeys={['1']}
|
||||
selectedKeys={selected}
|
||||
onSelect={(s): void => setSelected(s.keyPath)}
|
||||
onSelect={(s): void => setSelected(s.keyPath as string[])}
|
||||
openKeys={open}
|
||||
onOpenChange={(open): void => setOpen(open)}
|
||||
onOpenChange={(open): void => setOpen(open as string[])}
|
||||
>
|
||||
{buildMenu(sideMenu)}
|
||||
</Menu>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user