mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-06-07 16:49: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
|
export default class IgnoreAttribute
|
||||||
extends AttributeAbstract {
|
extends AttributeAbstract {
|
||||||
public trigger(event: AttributeListeners, data?: any): boolean | void | object {
|
public trigger(_: AttributeListeners, data?: any): boolean | void | object {
|
||||||
console.log("pouetemon")
|
|
||||||
data[this.input.getName()] = undefined
|
data[this.input.getName()] = undefined
|
||||||
console.log(data)
|
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user