File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Description:
108
108
</q-list >
109
109
</a >
110
110
</div >
111
-
111
+ < p v-else > Select Component to Enable Edit </ p >
112
112
</div >
113
113
</template >
114
114
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Description:
40
40
:option-height =" 20"
41
41
open-direction =" top"
42
42
:options =" actionOptions"
43
- :searchable =" true "
43
+ :searchable =" false "
44
44
@search-change =" stopDelete($event)"
45
45
>
46
46
<span slot =" noResult" >No actions found.</span >
@@ -86,7 +86,7 @@ Description:
86
86
:option-height =" 20"
87
87
open-direction =" top"
88
88
:options =" stateOptions"
89
- :searchable =" true "
89
+ :searchable =" false "
90
90
@search-change =" stopDelete($event)"
91
91
>
92
92
<span slot =" noResult" >No state found.</span >
@@ -132,7 +132,7 @@ Description:
132
132
:option-height =" 20"
133
133
open-direction =" top"
134
134
:options =" propsOptions"
135
- :searchable =" true "
135
+ :searchable =" false "
136
136
@search-change =" stopDelete($event)"
137
137
>
138
138
<span slot =" noResult" >No props found.</span >
You can’t perform that action at this time.
0 commit comments