diff --git a/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift b/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift index 8bb28548..c7b5a661 100644 --- a/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift +++ b/MVMCoreUI/Atomic/Actions/ActionNegateGoneModel.swift @@ -10,7 +10,7 @@ import Foundation import MVMCore public struct ActionNegateGoneModel: ActionModelProtocol { - public static var identifier: String = "toggleGone" + public static var identifier: String = "negateGone" public var actionType: String = ActionNegateGoneModel.identifier public var extraParameters: JSONValueDictionary? public var analyticsData: JSONValueDictionary?