Skip to content

Commit

Permalink
chore: add book tag suggestions to new book form
Browse files Browse the repository at this point in the history
  • Loading branch information
webofpies committed Jan 20, 2025
1 parent 054d3a3 commit afd01e2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,11 @@ function NewBookForm({ openDrawer }) {

<TextInput label="Source URL" leftSection={<IconLink />} />

<TagsInput label="Tags" leftSection={<IconTags />} />
<TagsInput
label="Tags"
data={initial.bookTags}
leftSection={<IconTags />}
/>

<FormButtons />
</form>
Expand Down

0 comments on commit afd01e2

Please sign in to comment.