File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/harness-fme-feature-flags/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ function FMEFeatureList() {
334334 } ,
335335 } ,
336336 {
337- title : 'Last Traffic Recieved ' ,
337+ title : 'Last Traffic Received ' ,
338338 field : 'col9' ,
339339 type : 'date' ,
340340 customSort : ( row1 : Partial < TableData > , row2 : Partial < TableData > ) => {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const isHarnessFMEFeatureFlagAvailable = (entity: Entity) =>
3434
3535export const Router = ( ) => {
3636 const { entity } = useEntity ( ) ;
37- const requiredAnnotations = [ 'harnessfme/orgId ' , 'harnessfme/workspaceId ' ] ;
37+ const requiredAnnotations = [ 'harnessfme/accountId ' , 'harnessfme/projectId ' ] ;
3838
3939 if ( ! isHarnessFMEFeatureFlagAvailable ( entity ) ) {
4040 return < MissingAnnotationEmptyState annotation = { requiredAnnotations } /> ;
You can’t perform that action at this time.
0 commit comments