mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Switch hashes to smaller IDs for the backend (#474)
* Update backend * log
This commit is contained in:
parent
d44c4ca2d8
commit
4487e9af8a
2 changed files with 6 additions and 5 deletions
|
@ -141,6 +141,7 @@ export function ExportDialog({
|
|||
<Stack.Row gap={1} align="baseline">
|
||||
{scales.map(s => (
|
||||
<ToolIcon
|
||||
key={s}
|
||||
size="s"
|
||||
type="radio"
|
||||
icon={"x" + s}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue