Skip to content

Commit

Permalink
Remove seemingly outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaindik committed Aug 28, 2023
1 parent 1fe1089 commit 2a35db3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export const schema: FormSchema<DefineStepRule> = {
},
],
},
// TODO: populate the dataViewTitle in a better way
dataViewId: {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.dataViewSelector',
Expand Down Expand Up @@ -119,7 +118,6 @@ export const schema: FormSchema<DefineStepRule> = {
},
],
},
// TODO: populate the dataViewTitle in a better way
dataViewTitle: {
label: i18n.translate(
'xpack.securitySolution.detectionEngine.createRule.stepAboutRule.dataViewTitleSelector',
Expand Down

0 comments on commit 2a35db3

Please sign in to comment.