forked from MapComplete/MapComplete
Studio: improve error handling, fix renumbering
This commit is contained in:
parent
7afe58e6a5
commit
079a3f8694
10 changed files with 187 additions and 62 deletions
|
@ -2,7 +2,7 @@
|
|||
import EditLayerState from "./EditLayerState"
|
||||
import { ExclamationIcon } from "@rgossiaux/svelte-heroicons/solid"
|
||||
|
||||
export let firstPaths: Set<string>
|
||||
export let firstPaths: Set<string | number>
|
||||
export let state: EditLayerState
|
||||
let messagesCount = state.messages.map(
|
||||
(msgs) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue