fix: JS error scrolling overflowed templates page

closes #2445
This commit is contained in:
Tom Moor
2021-08-12 11:26:28 -07:00
committed by GitHub
parent 09b73401de
commit e985078b80

View File

@ -1,6 +1,6 @@
// @flow
import { observer } from "mobx-react";
import { TemplateIcon } from "outline-icons";
import { ShapesIcon } from "outline-icons";
import * as React from "react";
import { useTranslation } from "react-i18next";
import { type Match } from "react-router-dom";
@ -29,7 +29,7 @@ function Templates(props: Props) {
return (
<Scene
icon={<TemplateIcon color="currentColor" />}
icon={<ShapesIcon color="currentColor" />}
title={t("Templates")}
actions={
<Action>