We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 246dc29 + b78d0ab commit c0738c0Copy full SHA for c0738c0
quantdinger_vue/src/views/trading-assistant/index.vue
@@ -919,6 +919,8 @@
919
<a-checkbox value="email">{{ $t('trading-assistant.notify.email') }}</a-checkbox>
920
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
921
<a-checkbox value="discord">{{ $t('trading-assistant.notify.discord') }}</a-checkbox>
922
+ <a-checkbox value="webhook">{{ $t('trading-assistant.notify.webhook') }}</a-checkbox>
923
+ <a-checkbox value="phone">{{ $t('trading-assistant.notify.phone') }}</a-checkbox>
924
</a-checkbox-group>
925
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
926
</a-form-item>
0 commit comments