Skip to content

Commit a89cc9b

Browse files
authored
Merge pull request #32 from p369349074/main
fix bug: phone webhook check
2 parents af8e460 + 4dc05bb commit a89cc9b

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -953,10 +953,7 @@
953953
<a-checkbox value="telegram">{{ $t('trading-assistant.notify.telegram') }}</a-checkbox>
954954
<a-checkbox value="discord">{{ $t('trading-assistant.notify.discord') }}</a-checkbox>
955955
<a-checkbox value="webhook">{{ $t('trading-assistant.notify.webhook') }}</a-checkbox>
956-
<<<<<<< HEAD
957956
<a-checkbox value="phone">{{ $t('trading-assistant.notify.phone') }}</a-checkbox>
958-
=======
959-
>>>>>>> 6876016 (sss)
960957
</a-checkbox-group>
961958
<div class="form-item-hint">{{ $t('trading-assistant.form.notifyChannelsHint') }}</div>
962959
</a-form-item>

0 commit comments

Comments
 (0)