@bildvitta/quasar-ui-asteroid 3.20.0-beta.17 → 3.20.0-beta.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1282,10 +1282,7 @@ async function updatePosition ({ newHeaderKey, oldHeaderKey, itemId, event, opti
|
|
|
1282
1282
|
: `${props.updatePositionUrl}/${itemId}/update-position`
|
|
1283
1283
|
|
|
1284
1284
|
const { data, error } = await promiseHandler(
|
|
1285
|
-
axios.patch(url, params,
|
|
1286
|
-
adapter: 'fetch',
|
|
1287
|
-
fetchOptions: { priority: 'low' }
|
|
1288
|
-
}),
|
|
1285
|
+
axios.patch(url, params),
|
|
1289
1286
|
{
|
|
1290
1287
|
errorMessage: 'Ocorreu um erro ao atualizar a posição de seu item.',
|
|
1291
1288
|
useLoading: false,
|