Skip to content

Commit

Permalink
fix: rebase and update flags
Browse files Browse the repository at this point in the history
  • Loading branch information
IanKrieger committed Oct 12, 2023
1 parent e51637c commit 96f19f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/user/User.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ export function User() {
<ProtectedRoute
path="/user/main/creative/:id"
authedComponent={CreativeForm}
validateAdvertiserProperty={(a) => a.selfServiceCreate}
validateAdvertiserProperty={(a) =>
a.selfServiceManageCampaign
}
/>

<ProtectedRoute
Expand Down

0 comments on commit 96f19f9

Please sign in to comment.