We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100a6c0 commit 3bc105fCopy full SHA for 3bc105f
2 files changed
.gitignore
@@ -8,4 +8,5 @@ vite.config.js.timestamp-*
8
/library
9
*.bak
10
.pnpm-store
11
-.mcp.json
+.mcp.jsonp
12
+/prisma/dev.db
src/routes/entry/tour/[id]/end/+page.svelte
@@ -88,7 +88,7 @@
88
89
<Section title="Details">
90
<Entry.Select required={true} title="Company" options={['NetJets', 'Cape Air']} placeholder="Unset" name="company" defaultValue={data.currentTour?.companyId ?? 'NetJets'} />
91
- <Entry.Switch required={true} title="Line Check" name="line-check" defaultValue={false} />
+ <Entry.Switch required={true} title="Training Event" name="training-event" defaultValue={false} />
92
</Section>
93
<Section title="Notes">
94
<Entry.TextField name="notes" placeholder="Enter Notes" defaultValue={null} />
0 commit comments