⚡ New state options for sub-config
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user