Requests

Approve or set aside what users have asked for.

{#if query.isPending}

Reading the queue…

{:else if query.isError}

Couldn't load requests.

{:else if rows.length === 0}

Nothing here.

{:else} {/if}
{#if overrideRow}
{/if} {#if rejectRow}
{/if} {#if toast}
{toast}
{/if}