MT#58658 After creating a new subscriber, visiting the reminders page doesnt let you enable reminders initially

Change-Id: Ie0f5a18eb7b78f9d01bdfe78349112b4d4d80a9f
(cherry picked from commit 64fecf2230)
mr11.5
Nouhaila Idrissi Zouggari 3 years ago committed by Marco Capetta
parent a4316fe765
commit 449125b8c3

@ -14,7 +14,7 @@ export function createReminder (subscriberId) {
recur: 'never',
active: false
}).then((result) => {
const parts = result.headers.get('Location').split('/')
const parts = result.headers.location.split('/')
resolve(_.last(parts))
}).catch((err) => {
reject(err)

Loading…
Cancel
Save