Explorar el Código

Gitbook Auto Published

willin hace 8 años
padre
commit
34c03c4c01
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      experience/advanced/desktop-app.md

+ 1 - 0
experience/advanced/desktop-app.md

@@ -263,6 +263,7 @@ const insertItem = (arr, name, pid = '', type = 'item') => {
   if (type === 'folder' && pid !== '') return false;
   const item = {
     name,
+    type,
     order: -1,
     id: uuid.v4(),
   };