We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634a646 commit b37cee6Copy full SHA for b37cee6
webiojs/src/handlers/pin.ts
@@ -75,7 +75,7 @@ export class PinHandler implements CommandHandler {
75
}
76
77
78
- if (file_blobs) {
+ if (file_blobs.length) {
79
let toast = Toastify({
80
text: `⏳${t("file_uploading")} 0%`,
81
duration: -1,
0 commit comments