diff options
author | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-14 11:48:54 +0200 |
---|---|---|
committer | Andreas Waschinski <25221082+waschinski@users.noreply.github.com> | 2021-07-14 11:48:54 +0200 |
commit | 73a102f3facf8716ba890423260bd733701f0c06 (patch) | |
tree | a4f9d4dd6feb428f54f19d868ecf89cf0a783d92 /src/components/Message.vue | |
parent | c3878bca0bbaa2dd076ef83bf46a051139d67426 (diff) | |
parent | f9cc1d27cc295498cc04b6965b88a366da7122e5 (diff) | |
download | homer-73a102f3facf8716ba890423260bd733701f0c06.tar.gz homer-73a102f3facf8716ba890423260bd733701f0c06.tar.zst homer-73a102f3facf8716ba890423260bd733701f0c06.zip |
Merge branch 'main' into mealie-service
Diffstat (limited to 'src/components/Message.vue')
-rw-r--r-- | src/components/Message.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Message.vue b/src/components/Message.vue index 6cc649a..00ce158 100644 --- a/src/components/Message.vue +++ b/src/components/Message.vue | |||
@@ -54,7 +54,7 @@ export default { | |||
54 | 54 | ||
55 | // keep the original config value if no value is provided by the endpoint | 55 | // keep the original config value if no value is provided by the endpoint |
56 | const message = this.message; | 56 | const message = this.message; |
57 | for (const prop of ["title", "style", "content"]) { | 57 | for (const prop of ["title", "style", "content", "icon"]) { |
58 | if (prop in fetchedMessage && fetchedMessage[prop] !== null) { | 58 | if (prop in fetchedMessage && fetchedMessage[prop] !== null) { |
59 | message[prop] = fetchedMessage[prop]; | 59 | message[prop] = fetchedMessage[prop]; |
60 | } | 60 | } |