Change actionChanged to notificationActionChanged

Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals
This commit is contained in:
James Graham
2024-04-21 14:37:02 +00:00
parent 012d30ee9f
commit 5340142c06
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)
}
}
}