Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Jun 4, 2020
1 parent fcf38d4 commit 6378956
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const IndexManagementHome: React.FunctionComponent<RouteComponentProps<Ma
<Route exact path={`/${Section.Indices}/filter/:filter?`} component={IndexList} />
<Route
exact
path={[`/${Section.IndexTemplates}`, `/${Section.IndexTemplates}/:templateName*`]}
path={[`/${Section.IndexTemplates}`, `/${Section.IndexTemplates}/:templateName?`]}
component={TemplateList}
/>
<Route exact path={`/${Section.ComponentTemplates}`} component={ComponentTemplateList} />
Expand Down

0 comments on commit 6378956

Please sign in to comment.