Remove unused field (#9908)

This commit is contained in:
Oliver 2025-06-30 13:49:52 +10:00 committed by GitHub
parent 1abf9b30dd
commit 67a5e4880e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -138,10 +138,6 @@ export function useBuildOrderFields({
external: {}
};
if (create) {
fields.create_child_builds = {};
}
if (!globalSettings.isSet('PROJECT_CODES_ENABLED', true)) {
delete fields.project_code;
}