Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BPH-004Aef-QY for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 May 2024 09:58:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1s7BPH-00DOKn-VT for pgadmin-hackers@arkaria.postgresql.org; Wed, 15 May 2024 09:58:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BLf-00DKXZ-L5 for pgadmin-hackers@lists.postgresql.org; Wed, 15 May 2024 09:54:59 +0000 Received: from out-23.smtp.github.com ([192.30.252.206]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1s7BLb-000LKu-PL for pgadmin-hackers@lists.postgresql.org; Wed, 15 May 2024 09:54:58 +0000 Received: from github.com (hubbernetes-node-977a141.ac4-iad.github.net [10.52.220.72]) by smtp.github.com (Postfix) with ESMTPA id ACE895E0C1A for ; Wed, 15 May 2024 02:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1715766894; bh=93jFVdXzyv8d1p3w+9n0C70myPHqzXR+wY+fWFf6yug=; h=Date:From:To:Subject:List-Unsubscribe:From; b=d1GZAAOAU3UKB3sdc6YBkECN8hXPon7i37itZ4KsevY+OjgHadnw7R7DiRrc7nFjX AKiZNOZ7J0+qPUz7veZU4sr6hD/X2RFQQrDNtujOnRyimFI72xnSDLkFlfG/wwNXhI Ys6ZyOERqPyFnXUL8J69goV/Flt3Ae9vWOmizXjk= Date: Wed, 15 May 2024 02:54:54 -0700 From: Ashesh Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 8ca8b3: fix(#7474): Use index as a key for the table heade... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/av/7474 Home: https://github.com/pgadmin-org/pgadmin4 Commit: 8ca8b30418645eca9395970a678793ad56faf6cf https://github.com/pgadmin-org/pgadmin4/commit/8ca8b30418645eca9395970a678793ad56faf6cf Author: Ashesh Vashi Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M web/pgadmin/static/js/components/PgReactTableStyled.jsx Log Message: ----------- fix(#7474): Use index as a key for the table header group. To unsubscribe from these emails, change your notification settings at https://github.com/pgadmin-org/pgadmin4/settings/notifications