File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/MusicBrainz/Server/Controller Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ sub index : Path('/attributes') Args(0) {
43
43
44
44
$c -> stash(
45
45
current_view => ' Node' ,
46
- component_path => ' attributes/Index ' ,
46
+ component_path => ' attributes/AttributesList ' ,
47
47
component_props => {
48
48
entityTypeModels => \@entity_type_models ,
49
49
otherModels => \@other_models ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type Props = {
35
35
+ otherModels : Array < string > ,
36
36
} ;
37
37
38
- const Attributes = ( {
38
+ const AttributesList = ( {
39
39
entityTypeModels,
40
40
otherModels,
41
41
} : Props ) : React$Element < typeof Layout > => (
@@ -50,4 +50,4 @@ const Attributes = ({
50
50
</ Layout >
51
51
) ;
52
52
53
- export default Attributes ;
53
+ export default AttributesList ;
Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ export default {
84
84
'artist_credit/ArtistCreditIndex' : ( ) : Promise < mixed > => import ( '../artist_credit/ArtistCreditIndex.js' ) ,
85
85
'artist_credit/EntityList' : ( ) : Promise < mixed > => import ( '../artist_credit/EntityList.js' ) ,
86
86
'attributes/Attribute' : ( ) : Promise < mixed > => import ( '../attributes/Attribute.js' ) ,
87
+ 'attributes/AttributesList' : ( ) : Promise < mixed > => import ( '../attributes/AttributesList.js' ) ,
87
88
'attributes/CannotRemoveAttribute' : ( ) : Promise < mixed > => import ( '../attributes/CannotRemoveAttribute.js' ) ,
88
89
'attributes/DeleteAttribute' : ( ) : Promise < mixed > => import ( '../attributes/DeleteAttribute.js' ) ,
89
- 'attributes/Index' : ( ) : Promise < mixed > => import ( '../attributes/Index.js' ) ,
90
90
'attributes/Language' : ( ) : Promise < mixed > => import ( '../attributes/Language.js' ) ,
91
91
'attributes/Script' : ( ) : Promise < mixed > => import ( '../attributes/Script.js' ) ,
92
92
'cdstub/BrowseCDStubs' : ( ) : Promise < mixed > => import ( '../cdstub/BrowseCDStubs.js' ) ,
You can’t perform that action at this time.
0 commit comments