From dc67448b9b4674cc14b8b9ae9dfeed55de8b2e6b Mon Sep 17 00:00:00 2001 From: Conner Owen Date: Thu, 17 Oct 2024 05:33:45 -0600 Subject: [PATCH] Fix disabled tooltip (#850) Co-authored-by: Domino987 --- src/components/MTableAction/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MTableAction/index.js b/src/components/MTableAction/index.js index f0162a28..0a78f47d 100644 --- a/src/components/MTableAction/index.js +++ b/src/components/MTableAction/index.js @@ -80,7 +80,7 @@ function MTableAction({ if (action.tooltip) { // fix for issue #1049 // https://github.com/mbrn/material-table/issues/1049 - return disabled ? ( + return isDisabled ? ( {button}