mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2025-12-13 09:45:50 +00:00
only show login note if it is set
This commit is contained in:
parent
a6c98b6dfd
commit
491cbff2de
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Changed
|
||||
### Fixed
|
||||
|
||||
- do not show login note if it is not set
|
||||
- typo in dropdown options https://github.com/ohmyform/ohmyform/issues/96
|
||||
|
||||
### Security
|
||||
|
||||
@ -76,7 +76,7 @@ const Index: NextPage = () => {
|
||||
}}
|
||||
/>
|
||||
|
||||
{data && (
|
||||
{data && data.loginNote && (
|
||||
<Alert
|
||||
type="warning"
|
||||
showIcon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user