add cleanForSave in harvester model

Signed-off-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
Andy Lee 2025-03-13 13:28:13 +08:00
parent f3e4a8afe8
commit e8c8a54b9f
No known key found for this signature in database
GPG Key ID: EC774C32160918ED

View File

@ -66,4 +66,8 @@ export default class HarvesterResource extends SteveModel {
return this.hasLink('self') && this.$rootGetters['prefs/get'](DEV); return this.hasLink('self') && this.$rootGetters['prefs/get'](DEV);
} }
} }
cleanForSave(data, _forNew) {
return data;
}
} }