We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfef5e5 commit da2b339Copy full SHA for da2b339
lib/form.js
@@ -30,7 +30,7 @@ export const toastUpsertSuccessMessages = (toaster, upsertResponseData, dataKey,
30
for (const key in SCHEDULERS) {
31
const { hasMention, scheduledAtKey, mention } = SCHEDULERS[key]
32
if (hasMention(itemText)) {
33
- const scheduledAt = upsertResponseData[dataKey]?.result?.[scheduledAtKey]
+ const scheduledAt = upsertResponseData[dataKey]?.payerPrivates?.result?.[scheduledAtKey]
34
const options = { persistOnNavigate: dataKey !== 'upsertComment' }
35
if (scheduledAt) {
36
toaster.success(`${mention} bot will trigger at ${new Date(scheduledAt).toLocaleString()}`, options)
0 commit comments