浏览代码

[frontend] added missing end curly bracket that broke template (#3621)

Bjorn Alm 1 年之前
父节点
当前提交
3f3f8e953c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/filebrowser/src/filebrowser/templates/listdir_components.mako

+ 1 - 1
apps/filebrowser/src/filebrowser/templates/listdir_components.mako

@@ -2162,7 +2162,7 @@ else:
                   
                 }
                 else {
-                  huePubSub.publish('hue.global.info', {message: response.path + "${ _(' uploaded successfully.') }");
+                  huePubSub.publish('hue.global.info', {message: response.path + "${ _(' uploaded successfully.') }"});
                   self.filesToHighlight.push(response.path);
                 }
                 if (self.pendingUploads() == 0) {