use double quotes for the string value

This commit is contained in:
Ahmed Ejaz
2026-01-13 12:59:28 +05:00
parent fd3c1c1343
commit e8e48f7c64

View File

@@ -333,7 +333,7 @@ module Admin
end
def init_none_tag
@none_tag_value = "without_any_tag"
@none_tag_value = '""'
end
end
end