From e8e48f7c640d3074b437fc9e64042126a4d2ce23 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 13 Jan 2026 12:59:28 +0500 Subject: [PATCH] use double quotes for the string value --- app/controllers/admin/products_v3_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/products_v3_controller.rb b/app/controllers/admin/products_v3_controller.rb index 95083ad421..0f4dc4ad3f 100644 --- a/app/controllers/admin/products_v3_controller.rb +++ b/app/controllers/admin/products_v3_controller.rb @@ -333,7 +333,7 @@ module Admin end def init_none_tag - @none_tag_value = "without_any_tag" + @none_tag_value = '""' end end end