mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-06-07 08:39:56 +00:00
Fix TSC Error
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
2f91a15157
commit
c53a4a4097
@ -24,10 +24,8 @@ import AttributeIdentity from "./Interfaces/AttributeIdentity";
|
||||
*/
|
||||
export default class IgnoreAttribute
|
||||
extends AttributeAbstract {
|
||||
public trigger(event: AttributeListeners, data?: any): boolean | void | object {
|
||||
console.log("pouetemon")
|
||||
public trigger(_: AttributeListeners, data?: any): boolean | void | object {
|
||||
data[this.input.getName()] = undefined
|
||||
console.log(data)
|
||||
return data
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user