Change actionChanged to notificationActionChanged

Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals

(cherry picked from commit 5340142c06)
This commit is contained in:
James Graham
2024-04-21 14:37:02 +00:00
committed by Tobias Fella
parent 6ec9cc2475
commit 40c3519737
3 changed files with 7 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ FormCard.FormCardPage {
onDeleteRule: {
root.pushRuleModel.removeKeyword(id);
}
onActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
onNotificatonActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
}
}
}