New state options for sub-config

This commit is contained in:
Alicia Sykes
2024-04-08 20:37:33 +01:00
parent 31b40e60f6
commit a1bf7a6931
4 changed files with 14 additions and 40 deletions

View File

@@ -10,7 +10,8 @@
Get the <a :href="defaultInfo.repoUrl">Source Code</a>.
</span>
<span>
Using: {{ $store.state.currentConfigId || 'Default Config' }}
Using:
{{ $store.state.currentConfigInfo? $store.state.currentConfigInfo.confId : 'Default Config' }}
</span>
</footer>
</template>