mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Fix draggable Volumes disabled prop
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
parent
a7b4366d7c
commit
10a8f18784
@ -274,7 +274,7 @@ export default {
|
|||||||
/>
|
/>
|
||||||
<VueDraggableNext
|
<VueDraggableNext
|
||||||
:list="rows"
|
:list="rows"
|
||||||
:options="{disabled: isView}"
|
:disabled="isView"
|
||||||
item-key="id"
|
item-key="id"
|
||||||
@end="update"
|
@end="update"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user