Started adding frontend notifications, fixing firefox file upload bug
This commit is contained in:
11
goTorrentWebUI/node_modules/react-toastify/lib/util/objectValues.js
generated
vendored
Normal file
11
goTorrentWebUI/node_modules/react-toastify/lib/util/objectValues.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (obj) {
|
||||
return Object.keys(obj).map(function (key) {
|
||||
return obj[key];
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user