Skip to content

Commit

Permalink
Make statuses link in settings open for new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Dec 16, 2024
1 parent 5285782 commit a2adf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const updateStatus = (value: string | null, key: 'beginning' | 'running' | 'fini
<form v-if="enabled" class="select-statuses" @submit.prevent="saveStatuses">
<h3>
2. Select
<a href="https://app.invoicing.co/?#/settings/task_settings">statuses</a>
<a href="https://app.invoicing.co/?#/settings/task_settings" target="_blank">statuses</a>
for task
</h3>
<template
Expand Down

0 comments on commit a2adf99

Please sign in to comment.