mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
No clicking on new query (#2186)
This commit is contained in:
parent
bc3d7fbe2b
commit
948e5ca943
@ -311,7 +311,7 @@ const QueryForm = ({
|
||||
}
|
||||
/>
|
||||
) : (
|
||||
<h1 className={`${baseClass}__query-name`}>New query</h1>
|
||||
<h1 className={`${baseClass}__query-name no-hover`}>New query</h1>
|
||||
)}
|
||||
{isEditMode && (
|
||||
<ContentEditable
|
||||
|
Loading…
Reference in New Issue
Block a user