add to gist explorer instead of swarm

pull/1/head
yann300 7 years ago
parent 44ed348278
commit fa7f81514d
  1. 2
      src/app/panels/file-panel.js

@ -345,7 +345,7 @@ function filepanel (appAPI, filesProvider) {
}
function toGist () {
packageFiles(filesProvider['browser'], (error, packaged) => {
packageFiles(filesProvider['gist'], (error, packaged) => {
if (error) {
console.log(error)
} else {

Loading…
Cancel
Save