mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix linter?
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
}
|
||||
|
||||
// We cast to any to not cause type errors in the input components
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
/* eslint @typescript-eslint/no-explicit-any: 'off' */
|
||||
function isTypeTagValue(obj: any): obj is TagValue {
|
||||
if (typeof obj === 'string') return false;
|
||||
return (
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
</Alert>
|
||||
{/if}
|
||||
{#if data?.activeDeployment}
|
||||
{@const activeDeployment = data?.activeDeployment}
|
||||
{@const activeDeployment = data.activeDeployment}
|
||||
<DeploymentCard deployment={activeDeployment}>
|
||||
<svelte:fragment slot="actions">
|
||||
<div class="u-flex u-flex-wrap">
|
||||
|
||||
Reference in New Issue
Block a user