Skip to content

Commit

Permalink
Remove text_color from TagDraft required_fields (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tb1337 authored May 22, 2024
1 parent 94a9316 commit 97e2db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pypaperless/models/classifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ class TagDraft(
_create_required_fields = {
"name",
"color",
"text_color",
"is_inbox_tag",
"match",
"matching_algorithm",
Expand Down

0 comments on commit 97e2db5

Please sign in to comment.