diff --git a/src/assets/keplr_logo.png b/src/assets/keplr_logo.png new file mode 100644 index 00000000..23bf042e Binary files /dev/null and b/src/assets/keplr_logo.png differ diff --git a/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue b/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue index 611736b7..35146671 100644 --- a/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue +++ b/src/components/admin/createProjectSlider/components/CustomApiEventActionConfig.vue @@ -318,7 +318,7 @@
@@ -371,6 +371,24 @@ +
+
+ + +
+
+ +
+
+
@@ -646,7 +664,8 @@ export default { apiMethod:null, returnType:null, condition:null, - conditionValue:null + conditionValue:null, + customApiErrorMessage:"" }, queryParameterAttributeArray:[], querryAttrFlash:null, @@ -1057,7 +1076,8 @@ export default { apiMethod:null, returnType:null, condition:null, - conditionValue:null + conditionValue:null, + customApiErrorMessage:"" } this.flash = null; this.isCreate = true; diff --git a/src/components/participant/ActionInputs/CustomApi.vue b/src/components/participant/ActionInputs/CustomApi.vue index f4952326..9c3acfa1 100644 --- a/src/components/participant/ActionInputs/CustomApi.vue +++ b/src/components/participant/ActionInputs/CustomApi.vue @@ -26,11 +26,11 @@
- {{param.fieldPlaceHolder}} -
- + +
+ {{param.fieldPlaceHolder}}
- + - Connect + Connect - + - Connect + Connect @@ -70,7 +70,7 @@ >
-
+