Browse Source

[fix] IPV6 optional

ljf (zamentur) 3 years ago
parent
commit
43b5c68d30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config_panel.toml

+ 1 - 1
config_panel.toml

@@ -99,7 +99,7 @@ name = "Configuration"
         ask = "IPv6 delegated prefix"
         type = "string"
         bind = "array_settings()"
-        optional = "true"
+        optional = true
         visible = "advanced__1"
         pattern.regexp = '^[0-9a-fA-F:]+$'
         pattern.error = "Please provide a valid IPv6 Prefix"