Switch hashes to smaller IDs for the backend (#474)

* Update backend

* log
This commit is contained in:
Lipis 2020-01-20 20:11:03 +02:00 committed by GitHub
parent d44c4ca2d8
commit 4487e9af8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -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}