move description param from option to param

This commit is contained in:
2026-01-03 14:09:02 +03:00
parent 87c0106ee5
commit 39043f1304
7 changed files with 24 additions and 16 deletions

View File

@@ -231,7 +231,7 @@ func (v View) ParentStruct() string {
}
func (v View) Description() string {
return option.DataDescription(v.Option)
return param.Description(v.Option)
}
func (v View) Default() any {