1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

fix(sidebar): sort issues [EE-3447] (#7147)

This commit is contained in:
Chaim Lev-Ari 2022-07-06 08:09:14 +03:00 committed by GitHub
parent d32793e84e
commit b004b33935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 119 additions and 65 deletions

View file

@ -19,7 +19,6 @@ export function Wrapper({
className,
'text-gray-3 min-h-8 [&>a]:text-inherit [&>a]:hover:text-inherit [&>a]:hover:no-underline'
)}
title={label}
aria-label={label}
// eslint-disable-next-line react/jsx-props-no-spreading
{...ariaProps}