Skip to content

Commit e5c0854

Browse files
committed
add webhook and phone checkout group
1 parent fbd1885 commit e5c0854

File tree

1 file changed

+2
-0
lines changed
  • quantdinger_vue/src/views/trading-assistant

1 file changed

+2
-0
lines changed

quantdinger_vue/src/views/trading-assistant/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,8 @@
874874
<a-checkbox value="email">{{ $t('trading-assistant.notify.email') }}</a-checkbox>
875875
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
876876
<a-checkbox value="discord">{{ $t('trading-assistant.notify.discord') }}</a-checkbox>
877+
<a-checkbox value="webhook">{{ $t('trading-assistant.notify.webhook') }}</a-checkbox>
878+
<a-checkbox value="phone">{{ $t('trading-assistant.notify.phone') }}</a-checkbox>
877879
</a-checkbox-group>
878880
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
879881
</a-form-item>

0 commit comments

Comments
 (0)