mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Fixes flickering issue in app manager (#2609)
* bug fix-Flickering issue in app version manager * bugfix-Flickering issue in app manager * bugfix app manager dropdown flickering
This commit is contained in:
parent
01730b35e9
commit
8cf3fd8334
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ export const AppVersionsManager = function AppVersionsManager({
|
|||
disabled={isDeletingVersion}
|
||||
style={{
|
||||
display: mouseHoveredOnVersion === version.id ? 'block' : 'none',
|
||||
marginTop: '3px',
|
||||
}}
|
||||
>
|
||||
<img
|
||||
|
|
|
|||
Loading…
Reference in a new issue