Skip to content

Commit

Permalink
Add warning if selected config has type='unknown'
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 14, 2025
1 parent c5ad29e commit 7e8379d
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@
>Edit the Configuration</a
>.
</p>

<p v-if="home.config.active.isUnknownType">
The selected Configuration has an unknown type.
<a
class="webview-link"
role="button"
@click="
onEditConfiguration(home.selectedConfiguration!.configurationPath)
"
>Edit the Configuration</a
>.
</p>

<p v-if="home.config.active.isUnknownError">
The selected Configuration has an error.
<a
Expand Down

0 comments on commit 7e8379d

Please sign in to comment.