Skip to content

Commit

Permalink
fixed trailing error. scout and predict load
Browse files Browse the repository at this point in the history
Ryan-Bauroth committed Oct 23, 2024
1 parent 2e36e5d commit 4504ad7
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/predict.vue
Original file line number Diff line number Diff line change
@@ -313,6 +313,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
<UInput
@@ -326,6 +327,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
<UInput
@@ -339,6 +341,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
</UContainer>
@@ -375,6 +378,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
<UInput
@@ -388,6 +392,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
<UInput
@@ -401,6 +406,7 @@ watch(pending, () => {
class="text-red-400 dark:text-red-600 text-xs"
>not found</span
>
<span v-else></span>
</template>
</UInput>
</UContainer>
2 changes: 2 additions & 0 deletions pages/scout.vue
Original file line number Diff line number Diff line change
@@ -196,6 +196,7 @@ async function submit() {
"
>not found</span
>
<span v-else></span>
</template>
</UInput>
</div>
@@ -216,6 +217,7 @@ async function submit() {
"
>error</span
>
<span v-else></span>
</template>
</UInput>
</div>

0 comments on commit 4504ad7

Please sign in to comment.