fix: fix id save on apps

This commit is contained in:
Ruben Fiszel
2024-10-04 07:06:26 +02:00
parent fa7ca405c2
commit b034b070c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ ENV PATH="${PATH}:/usr/local/go/bin"
ENV GO_PATH=/usr/local/go/bin/go
# Install UV
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.18/uv-installer.sh | sh && mv /root/.cargo/bin/uv /usr/local/bin/uv
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.18/uv-installer.sh | sh && mv /usr/local/cargo/bin/uv /usr/local/bin/uv
ENV TZ=Etc/UTC
@@ -258,7 +258,7 @@
<IdEditor
{id}
on:selected={() => ($selectedComponent = [id])}
on:change={({ detail }) => renameId(detail)}
on:save={({ detail }) => renameId(detail)}
/></div
>
{/if}