File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.PHONY : build
22
3- RELEASE_VERSION = v10.3.4
3+ RELEASE_VERSION = v10.3.5
44
55APP = gin-admin-cli
66BIN = ${APP}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313//go:embed tpls
1414var f embed.FS
1515
16- var VERSION = "v10.3.4 "
16+ var VERSION = "v10.3.5 "
1717
1818func main () {
1919 defer func () {
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const {{$name}}Modal: React.FC<{{$name}}ModalProps> = (props: {{$name}}ModalProp
3333 const data = res.data ;
3434 {{- if $includeStatus }}
3535 data.statusChecked = data.status === 'enabled';
36- {{-end }}
36+ {{- end }}
3737 formRef.current ?.setFieldsValue (data);
3838 }
3939 });
@@ -66,7 +66,7 @@ const {{$name}}Modal: React.FC<{{$name}}ModalProps> = (props: {{$name}}ModalProp
6666 onFinish= {async (values: API. {{$name }}) = > {
6767 {{- if $includeStatus }}
6868 values.status = values.statusChecked ? 'enabled' : 'disabled';
69- {{-end }}
69+ {{- end }}
7070 if (props.id ) {
7171 await update{{$name }}(props.id , values);
7272 } else {
You can’t perform that action at this time.
0 commit comments