Ver a proveniência

Tags sends [] instead of null

tags/v1.0.0
Isaac Bythewood há 11 anos
ascendente
cometimento
39aa6818f2
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      pinry/static/js/helpers.js

+ 1
- 1
pinry/static/js/helpers.js Ver ficheiro

@@ -20,7 +20,7 @@ function cleanTags(tags) {
tags[i] = tags[i].trim();
}
} else {
return null;
return [];
}
return tags;
}


Carregando…
Cancelar
Guardar