@dev.smartpricing/message-composer-layer 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,7 +107,7 @@ const schema = z.object({
|
|
|
107
107
|
|
|
108
108
|
type Schema = z.output<typeof schema>
|
|
109
109
|
|
|
110
|
-
const resolvedBrandId = computed(() => props.brandId ?? emailEditorStore.brandId)
|
|
110
|
+
const resolvedBrandId = computed(() => props.brandId ?? messageGroup.value?.brand_id ?? emailEditorStore.brandId)
|
|
111
111
|
|
|
112
112
|
function onSubmit() {
|
|
113
113
|
if (!resolvedMessage.value) return
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev.smartpricing/message-composer-layer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./nuxt.config.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"vue-router": "^5.0.6",
|
|
40
40
|
"vue3-emoji-picker": "^1.1.8",
|
|
41
41
|
"zod": "^4.4.1",
|
|
42
|
-
"@dev.smartpricing/message-composer-utils": "3.1.
|
|
42
|
+
"@dev.smartpricing/message-composer-utils": "3.1.17"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@nuxt/eslint": "^1.15.2",
|