Skip to content
Snippets Groups Projects
Unverified Commit beab354b authored by Marc Hanisch's avatar Marc Hanisch
Browse files

fixes type annotation

parent cda1744c
No related branches found
No related tags found
2 merge requests!90Draft: restructure frontend properties 2,!82Restructure frontend
......@@ -85,7 +85,7 @@ export default class DeviceCustomFieldsShowPage extends Vue {
@Watch('value', { immediate: true, deep: true })
// @ts-ignore
onValueChanged (val: Device) {
onValueChanged (val: CustomTextField) {
this.valueCopy = CustomTextField.createFromObject(val)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment