Skip to content

Commit

Permalink
Update client/src/components/Grid/configs/historiesShared.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alireza Heidari <itisalirh@gmail.com>
  • Loading branch information
guerler and itisAliRH authored Jan 8, 2024
1 parent b45ea9c commit a6a9d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Grid/configs/historiesShared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const fields: FieldArray = [
key: "tags",
title: "Tags",
type: "tags",
disabled: true,
handler: async (data: HistoryEntry) => {
try {
await updateTags(data.id as string, "History", data.tags as Array<string>);
Expand Down

0 comments on commit a6a9d17

Please sign in to comment.