mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: svelte check.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
| 'building'
|
||||
| 'none';
|
||||
|
||||
export let statusIconStyle: string;
|
||||
export let statusIconStyle: string | undefined = undefined;
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user