From 8f61b38bbf1ba572d9dcd28e323ff1aa497befca Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:12:24 +0200 Subject: [PATCH] Disable buttons for non-implemented msgs --- components/forms/CreateTxForm/index.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/forms/CreateTxForm/index.tsx b/components/forms/CreateTxForm/index.tsx index 3f36bbf..4eb8f92 100644 --- a/components/forms/CreateTxForm/index.tsx +++ b/components/forms/CreateTxForm/index.tsx @@ -68,7 +68,16 @@ export default function CreateTxForm() { {Object.values(msgRegistry) .filter((msg) => msg.category === category) .map((msg) => ( - ))}