Closed stefanpejcic closed 1 month ago
resolved
error: function(xhr) {
// Check if the status code is 404
if (xhr.status === 404) {
// 404 when no user!
const response = xhr.responseJSON;
$('#custom_message_for_this_user').val('');
}
OpenPanel version(s) affected
0.3.2
What OS are you using?
Ubuntu
Description
How to reproduce
Users
Possible Solution
No response
Additional Context
No response