Skip to content

Commit

Permalink
removed policies entity
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavimshr committed Jun 17, 2024
1 parent 35be260 commit a2a0b03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions studio/src/pages/policies/components/PolicyForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ const entities = [
label: 'Ratings',
options: options,
},
{
name: 'policies',
label: 'Policies',
options: options,
},

{
name: 'podcasts',
label: 'Podcasts',
Expand Down Expand Up @@ -96,7 +92,6 @@ const dependencies = {
claims: ['claimants', 'ratings'],
claimants: ['media'],
ratings: ['media'],
policies: [],
podcasts: ['categories', 'media'],
episodes: ['podcasts', 'media'],
menus: [],
Expand Down

0 comments on commit a2a0b03

Please sign in to comment.