Skip to content

Commit

Permalink
fix: add required for offer relation in quickAcess global
Browse files Browse the repository at this point in the history
  • Loading branch information
HoreKk committed Feb 5, 2024
1 parent ce3276a commit 07b1025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/payload/globals/QuickAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const QuickAccess: GlobalConfig = {
return !!siblingData.partner;
},
},
required: true,
relationTo: "offers",
label: "Offre",
},
Expand Down

0 comments on commit 07b1025

Please sign in to comment.