-
Notifications
You must be signed in to change notification settings - Fork 407
Open
Labels
Description
Describe the bug
When trying to save canned responses, the button does not do anything, and the response is not saved.
To Reproduce
Start a campaign, try to save canned responses
Expected behavior
Save canned responses on click
Screenshots
N/A
Platform (please complete the following information):
- Ubuntu 20.04
Additional context
There is an issue with migrations
Error was resolved by deleting 20210208115400_add_canned_response_actions.js
from the knex_migration
table. 20210208115400_add_canned_response_actions.js
does exist in the migrations folder, so it's unclear why this is not working. Deleting this from the table though is working as a stopgap.