Remove deprecated options prop from draggable
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
class="metrics mb-3"
|
||||
:list.sync="metrics"
|
||||
handle=".metric-handle"
|
||||
:options="{ group: `metrics_${moduleID}` }"
|
||||
:group="`metrics_${moduleID}`"
|
||||
>
|
||||
<fieldset
|
||||
v-for="(m,i) in metrics"
|
||||
|
||||
@@ -128,9 +128,9 @@
|
||||
<div class="ml-1">
|
||||
<draggable
|
||||
v-model="reports"
|
||||
:options="{ handle:'.handle' }"
|
||||
class="w-100 d-inline-block"
|
||||
handle=".handle"
|
||||
tag="tbody"
|
||||
class="w-100 d-inline-block"
|
||||
>
|
||||
<report-item
|
||||
v-for="(r, i) in reports"
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
|
||||
<draggable
|
||||
v-model="module.fields"
|
||||
:options="{ handle:'.handle' }"
|
||||
handle=".handle"
|
||||
tag="tbody"
|
||||
>
|
||||
<field-row-edit
|
||||
|
||||
@@ -30,9 +30,9 @@
|
||||
<draggable
|
||||
v-if="filteredApps.length"
|
||||
v-model="appList"
|
||||
:disabled="!canCreateApplication || query || isMobileResolution"
|
||||
group="apps"
|
||||
class="h-100 w-100"
|
||||
:disabled="!canCreateApplication || query || isMobileResolution"
|
||||
@end="onDrop"
|
||||
>
|
||||
<transition-group
|
||||
|
||||
Reference in New Issue
Block a user