Skip to content

Commit 69f7e05

Browse files
committed
replaced leftover hasError with false
1 parent d1c67fe commit 69f7e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ScreenRelatedResources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
outlined
5151
standout
5252
v-bind:model-value="repository"
53-
v-bind:error="error"
53+
v-bind:error="false"
5454
v-bind:error-message="''"
5555
v-on:update:modelValue="setRepository"
5656
/>

0 commit comments

Comments
 (0)