refactor: cleanup

This commit is contained in:
wea_ondara
2024-05-28 17:26:46 +02:00
parent 6ce07e29d7
commit 341ec0e44e
3 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import AiInstanceComponent from '@/components/dashboard/AiInstanceComponent.vue'
import Alert from '@/components/Bootstrap/Alert.vue';
import {AiInstanceVmV1} from 'ai-oas';
import {AiInstanceStore} from '@/stores/AiInstanceStore';
import {storeToRefs} from 'pinia';
@Options({
name: 'AiInstanceTabs',

View File

@@ -65,7 +65,7 @@ export default class Chat extends Vue {
</div>
<div v-if="waiting">
<b>{{ message!.name }}</b>{{ ': ' + message!.content }}
<Spinner style="text-secondary" :size="1"/>
<Spinner :style="'text-secondary'" :size="1"/>
</div>
</div>
<div class="input-group">