Skip to content
Snippets Groups Projects
Unverified Commit 1bd7c55c authored by tamaina's avatar tamaina Committed by GitHub
Browse files

post-form.vue (#8164)

parent 7627c43d
No related branches found
No related tags found
No related merge requests found
......@@ -350,8 +350,8 @@ function detachFile(id) {
files = files.filter(x => x.id != id);
}
function updateFiles(files) {
files = files;
function updateFiles(_files) {
files = _files;
}
function updateFileSensitive(file, sensitive) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment