You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/09/13 14:32:29 UTC

[incubator-streampark] branch dev updated: [Bug] Fixed the Alert Setting form pre-check bug (#1589)

This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8d5394b26 [Bug] Fixed the Alert Setting form pre-check bug (#1589)
8d5394b26 is described below

commit 8d5394b266f19f272b4d6bc6fcb4d25e3dab9074
Author: Gerry <33...@users.noreply.github.com>
AuthorDate: Tue Sep 13 22:32:22 2022 +0800

    [Bug] Fixed the Alert Setting form pre-check bug (#1589)
    
    * [Bug] Fixed the Alert Setting form pre-check bug
---
 .../streampark-console-webapp/src/views/flink/setting/View.vue          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampark-console/streampark-console-webapp/src/views/flink/setting/View.vue b/streampark-console/streampark-console-webapp/src/views/flink/setting/View.vue
index 328148df9..4a464ea3d 100644
--- a/streampark-console/streampark-console-webapp/src/views/flink/setting/View.vue
+++ b/streampark-console/streampark-console-webapp/src/views/flink/setting/View.vue
@@ -676,7 +676,7 @@
             type="text"
             allowClear
             placeholder="Please enter alert name"
-            v-decorator="['alertName',{ rules: [{validator: handleCheckAlertName,required: true , message: 'Alert Name is required'}]} ]"/>
+            v-decorator="['alertName',{ rules: [{ validator: handleCheckAlertName,trigger:'submit',required: true}] }]"/>
           <span
             class="conf-switch"
             style="color:darkgrey">the alert name, e.g: StreamPark team alert </span>