From 921604cf39acf3dd1b6d37346c93a9715aef1194 Mon Sep 17 00:00:00 2001 From: Saurabh Sharma Date: Fri, 17 Jan 2025 10:16:26 +0530 Subject: [PATCH] [MM-61629]: Remove tabIndex (#29744) --- .../__snapshots__/channel_notifications_modal.test.tsx.snap | 6 ------ .../components/widgets/modals/components/modal_header.tsx | 1 - 2 files changed, 7 deletions(-) diff --git a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap index a42d33707a..9c6c41ca74 100644 --- a/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap +++ b/webapp/channels/src/components/channel_notifications_modal/__snapshots__/channel_notifications_modal.test.tsx.snap @@ -36,7 +36,6 @@ Object {

Notification Preferences

@@ -456,7 +455,6 @@ Object {

Notification Preferences

@@ -1014,7 +1012,6 @@ Object {

Notification Preferences

@@ -1319,7 +1316,6 @@ Object {

Notification Preferences

@@ -1820,7 +1816,6 @@ Object {

Notification Preferences

@@ -2321,7 +2316,6 @@ Object {

Notification Preferences

diff --git a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx index 552c2c8cfb..9024d58f7e 100644 --- a/webapp/channels/src/components/widgets/modals/components/modal_header.tsx +++ b/webapp/channels/src/components/widgets/modals/components/modal_header.tsx @@ -19,7 +19,6 @@ function ModalHeader({id, title, subtitle, handleClose}: Props) {

{title}