refactor: cleanup
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user