Add feature flag for task skip functionality in TaskWorkspace. Update bro.config.js to enable skip button based on feature toggle, enhancing user experience in task management.
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
Some checks failed
platform/bro-js/challenge-pl/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -23,6 +23,7 @@ module.exports = {
|
||||
features: {
|
||||
'challenge': {
|
||||
// add your features here in the format [featureName]: { value: string }
|
||||
'task.skip.enabled': { value: 'true' }, // Включить кнопку пропуска задания
|
||||
},
|
||||
},
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user