File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/idb-cache-app/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { View } from "@instructure/ui-view";
88import { Flex } from "@instructure/ui-flex" ;
99import { Heading } from "@instructure/ui-heading" ;
1010import { NumberInput } from "@instructure/ui-number-input" ;
11- import { TextInput } from "@instructure/ui-text-input" ;
1211import GitHubLink from "./components/GitHubLink" ;
1312import BlankStat from "./components/BlankStat" ;
1413import { CacheKey } from "./components/CacheKey" ;
@@ -259,7 +258,7 @@ const App = () => {
259258 < Flex >
260259 < Flex . Item size = "33.3%" >
261260 < Metric
262- renderLabel = "Generate Test Data "
261+ renderLabel = "Fixtures "
263262 data-testid = "generate-time"
264263 renderValue = {
265264 timeToGenerate !== null ? (
You can’t perform that action at this time.
0 commit comments