Skip to content

Commit 7f3f6a6

Browse files
committed
stuff from tuesday?
1 parent fb6140f commit 7f3f6a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/home_sidebar_items/ComponentList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Description:
108108
</q-list>
109109
</a>
110110
</div>
111-
111+
<p v-else> Select Component to Enable Edit </p>
112112
</div>
113113
</template>
114114

src/components/home_sidebar_items/VuexForm.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Description:
4040
:option-height="20"
4141
open-direction="top"
4242
:options="actionOptions"
43-
:searchable="true"
43+
:searchable="false"
4444
@search-change="stopDelete($event)"
4545
>
4646
<span slot="noResult">No actions found.</span>
@@ -86,7 +86,7 @@ Description:
8686
:option-height="20"
8787
open-direction="top"
8888
:options="stateOptions"
89-
:searchable="true"
89+
:searchable="false"
9090
@search-change="stopDelete($event)"
9191
>
9292
<span slot="noResult">No state found.</span>
@@ -132,7 +132,7 @@ Description:
132132
:option-height="20"
133133
open-direction="top"
134134
:options="propsOptions"
135-
:searchable="true"
135+
:searchable="false"
136136
@search-change="stopDelete($event)"
137137
>
138138
<span slot="noResult">No props found.</span>

0 commit comments

Comments
 (0)