Commit 4033e0aa authored by Phil Hughes's avatar Phil Hughes

fixed icon name typo

parent a76cd883
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
}, },
computed: { computed: {
iconName() { iconName() {
return this.file.tempFile ? 'file-addition' : 'file-modifed'; return this.file.tempFile ? 'file-addition' : 'file-modified';
}, },
iconClass() { iconClass() {
return `multi-file-${this.file.tempFile ? 'addition' : 'modified'} append-right-8`; return `multi-file-${this.file.tempFile ? 'addition' : 'modified'} append-right-8`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment