Change actionChanged to notificationActionChanged
Change actionChanged to notificationActionChanged to avoid any clashes with ItemDelegate action property signals
This commit is contained in:
@@ -177,7 +177,7 @@ FormCard.FormCardPage {
|
||||
onDeleteRule: {
|
||||
root.pushRuleModel.removeKeyword(id);
|
||||
}
|
||||
onActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
|
||||
onNotificatonActionChanged: action => root.pushRuleModel.setPushRuleAction(id, action)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user