mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix- visibility defination of calender widget (#1514)
This commit is contained in:
parent
7a8698645e
commit
2cba8d6d38
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ export const Calendar = function ({
|
|||
};
|
||||
|
||||
return (
|
||||
<div id={id}>
|
||||
<div id={id} style={{ display: styles.visibility ? 'block' : 'none' }}>
|
||||
<ReactCalendar
|
||||
className={`calendar-widget
|
||||
${darkMode ? 'dark-mode' : ''}
|
||||
|
|
|
|||
Loading…
Reference in a new issue