We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5890f83 commit 6ffe768Copy full SHA for 6ffe768
frontend/src/mutations/companies.ts
@@ -209,7 +209,7 @@ export const usePostCompanyThreadMutation = defineMutation(() => {
209
id: tempPostId,
210
member: authStore.decoded?.id,
211
posted: new Date().toISOString(),
212
- text: threadData.value?.text,
+ text: threadData.value?.text ?? "",
213
},
214
};
215
frontend/src/mutations/speakers.ts
@@ -146,7 +146,7 @@ export const usePostSpeakerThreadMutation = defineMutation(() => {
146
147
148
149
150
151
152
0 commit comments