pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.36k stars 67 forks source link

Fix infinite reloads when trying to schedule campaign without sender #100

Closed wmnnd closed 2 years ago

wmnnd commented 2 years ago

Serializing the error changet causes an error which causes infinite reloads. The validation should happen inside of the LiveView instead of in a separate controller route.