feat: add car image feature
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
RustamRu
2025-02-23 12:08:50 +03:00
parent c83ebf02bc
commit 63d9d069c0
4 changed files with 14 additions and 51 deletions

View File

@@ -11,5 +11,8 @@ export const FEATURE = {
return interval;
}
}
},
carImageUpload: {
isOn: Boolean(features?.['car-img-upload'])
}
};