mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Becuase the id was undefined, svelte threw a props_invalid_value error
Cannot do `bind:id={undefined}` when `id` has a fallback value
This PR updates the id to be an empty string to match other areas where we do something similar.