We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd1885 commit e5c0854Copy full SHA for e5c0854
quantdinger_vue/src/views/trading-assistant/index.vue
@@ -874,6 +874,8 @@
874
<a-checkbox value="email">{{ $t('trading-assistant.notify.email') }}</a-checkbox>
875
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
876
<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>
879
</a-checkbox-group>
880
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
881
</a-form-item>
0 commit comments