From 88b34a94b7173e5c8c0f540f3cfe5018b10b22f6 Mon Sep 17 00:00:00 2001 From: Dan Dong Date: Mon, 19 Aug 2024 16:25:00 -0700 Subject: [PATCH] Fixed error Signed-off-by: Dan Dong --- .../__tests__/__snapshots__/modal_containers.test.tsx.snap | 1 + .../__tests__/__snapshots__/custom_input_modal.test.tsx.snap | 2 ++ .../components/helpers/custom_modals/custom_input_modal.tsx | 1 + 3 files changed, 4 insertions(+) diff --git a/public/components/notebooks/components/helpers/__tests__/__snapshots__/modal_containers.test.tsx.snap b/public/components/notebooks/components/helpers/__tests__/__snapshots__/modal_containers.test.tsx.snap index f9b4bdd75..ff1a3680a 100644 --- a/public/components/notebooks/components/helpers/__tests__/__snapshots__/modal_containers.test.tsx.snap +++ b/public/components/notebooks/components/helpers/__tests__/__snapshots__/modal_containers.test.tsx.snap @@ -117,6 +117,7 @@ exports[`modal_containers spec render get custom modal 1`] = ` Confirm diff --git a/public/components/notebooks/components/helpers/custom_modals/__tests__/__snapshots__/custom_input_modal.test.tsx.snap b/public/components/notebooks/components/helpers/custom_modals/__tests__/__snapshots__/custom_input_modal.test.tsx.snap index 7318c2cb0..4f15d856d 100644 --- a/public/components/notebooks/components/helpers/custom_modals/__tests__/__snapshots__/custom_input_modal.test.tsx.snap +++ b/public/components/notebooks/components/helpers/custom_modals/__tests__/__snapshots__/custom_input_modal.test.tsx.snap @@ -46,6 +46,7 @@ exports[` spec renders the component 1`] = ` Confirm @@ -101,6 +102,7 @@ exports[` spec renders the component 2`] = ` Confirm diff --git a/public/components/notebooks/components/helpers/custom_modals/custom_input_modal.tsx b/public/components/notebooks/components/helpers/custom_modals/custom_input_modal.tsx index bbf97e0f5..a3fdaea88 100644 --- a/public/components/notebooks/components/helpers/custom_modals/custom_input_modal.tsx +++ b/public/components/notebooks/components/helpers/custom_modals/custom_input_modal.tsx @@ -90,6 +90,7 @@ export const CustomInputModal = (props: CustomInputModalProps) => { runModal(value)} + fill > {btn2txt}