Merge remote-tracking branch 'origin' into feat-pedidos
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script lang="ts">
|
||||
import { useQuery } from 'convex-svelte';
|
||||
import { api } from '@sgse-app/backend/convex/_generated/api';
|
||||
import type { Id } from '@sgse-app/backend/convex/_generated/dataModel';
|
||||
import { useQuery } from 'convex-svelte';
|
||||
import { TriangleAlert } from 'lucide-svelte';
|
||||
import { loginModalStore } from '$lib/stores/loginModal.svelte';
|
||||
import { TriangleAlert } from 'lucide-svelte';
|
||||
|
||||
interface Props {
|
||||
recurso: string;
|
||||
@@ -11,7 +11,7 @@
|
||||
children?: any;
|
||||
}
|
||||
|
||||
const { recurso, acao, children }: Props = $props();
|
||||
let { recurso, acao, children }: Props = $props();
|
||||
|
||||
let verificando = $state(true);
|
||||
let permitido = $state(false);
|
||||
|
||||
Reference in New Issue
Block a user