From 778a2dac852ef35b5fb3af67a246b960b64d7304 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Jul 2024 15:53:08 -0500 Subject: [PATCH] Test for null input in the null input template code --- src/pgwui_common/templates/auth_base.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index daf1fa7..8d4fafe 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -132,7 +132,7 @@ <%def name="nulls_row(tab_index)"> - % if upload_nulls: + % if show_choice(pgwui, 'null'): -- 2.34.1