RejectDialog

Modal dialog for rejecting time entries with required reason field.

Installation

typescript
import { RejectDialog } from '@happyvertical/smrt-projects/svelte';

Usage

svelte
<RejectDialog open={showDialog} entryIds={selected} onsubmit={handleReject} />