@nixweb/nixloc-ui 0.0.72 → 0.0.73

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nixweb/nixloc-ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "Componentes UI",
5
5
  "author": "Fábio Ávila <fabio@nixweb.com.br>",
6
6
  "private": false,
@@ -358,7 +358,7 @@ export default {
358
358
  let nome = params.obj.nome;
359
359
  let container = params.obj.container;
360
360
 
361
- return axios.delete(`${url}?nome=${nome}?container=${container}`, {
361
+ return axios.delete(`${url}?nome=${nome}&container=${container}`, {
362
362
  headers: new Token().tokenHeaders(),
363
363
  })
364
364
  .then((response) => {