diff options
| author | chrislu <chris.lu@gmail.com> | 2025-07-11 13:03:04 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-07-11 13:03:04 -0700 |
| commit | 3d4a9bdac06a833da998f3c4dff0211e8b5c1b44 (patch) | |
| tree | bd9696c309ae9a3213f08dcfdfe52fcb97cfc024 /weed/admin/view/components | |
| parent | 51543bbb872161b7fa1c6ae30998981d4c55bc89 (diff) | |
| download | seaweedfs-3d4a9bdac06a833da998f3c4dff0211e8b5c1b44.tar.xz seaweedfs-3d4a9bdac06a833da998f3c4dff0211e8b5c1b44.zip | |
upgrade templ version from v0.3.833 to v0.3.906
// templ: version: v0.3.833
// templ: version: v0.3.906
fix https://github.com/seaweedfs/seaweedfs/issues/6966#issuecomment-3063449163
Diffstat (limited to 'weed/admin/view/components')
| -rw-r--r-- | weed/admin/view/components/config_sections_templ.go | 2 | ||||
| -rw-r--r-- | weed/admin/view/components/form_fields_templ.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/weed/admin/view/components/config_sections_templ.go b/weed/admin/view/components/config_sections_templ.go index 3385050e5..acb61bfaa 100644 --- a/weed/admin/view/components/config_sections_templ.go +++ b/weed/admin/view/components/config_sections_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.833 +// templ: version: v0.3.906 package components //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/weed/admin/view/components/form_fields_templ.go b/weed/admin/view/components/form_fields_templ.go index f640c5575..937082a17 100644 --- a/weed/admin/view/components/form_fields_templ.go +++ b/weed/admin/view/components/form_fields_templ.go @@ -1,6 +1,6 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.3.833 +// templ: version: v0.3.906 package components //lint:file-ignore SA4006 This context is only used if a nested component is present. |
