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> (cherry picked from commit 10a8f187840940a8de8ca3b4a360c0b37d318938)
This commit is contained in:
parent
19cf1e9302
commit
52252c16f7
@ -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