Skip to content

Commit 9f8f158

Browse files
committed
Set is_private default value false
Signed-off-by: Ko Nagase <[email protected]>
1 parent 71b1baa commit 9f8f158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/smash_tags_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def build_tags
173173
{
174174
key: "is_private",
175175
label: l(:field_is_private),
176+
value: "false",
176177
type: "boolean",
177178
mandatory: "yes"
178179
}

0 commit comments

Comments
 (0)