mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
chore: Cleanup unused labels (#2682)
This commit is contained in:
parent
022f349dc6
commit
6f82a88b79
3 changed files with 4 additions and 11 deletions
|
@ -2,6 +2,7 @@ import oc from "open-color";
|
|||
import React, { useLayoutEffect, useRef, useState } from "react";
|
||||
import { ChartElements, renderSpreadsheet, Spreadsheet } from "../charts";
|
||||
import { ChartType } from "../element/types";
|
||||
import { t } from "../i18n";
|
||||
import { exportToSvg } from "../scene/export";
|
||||
import { AppState, LibraryItem } from "../types";
|
||||
import { Dialog } from "./Dialog";
|
||||
|
@ -98,7 +99,7 @@ export const PasteChartDialog = ({
|
|||
<Dialog
|
||||
maxWidth={500}
|
||||
onCloseRequest={handleClose}
|
||||
title={"Paste chart"}
|
||||
title={t("labels.pasteCharts")}
|
||||
className={"PasteChartDialog"}
|
||||
autofocus={false}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue