Skip to content

Commit

Permalink
fix remove the revesion row and change external event url name
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunaksingh100 committed Nov 3, 2020
1 parent b878e3b commit 790d120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/social-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default ModelBase.extend({
link : attr('string'),
identifier : attr('string'), // used for providing css id for URL validations.


event: belongsTo('event'),
normalizedName: computed('name', function() {
// Even though name is required for social links and is non-nullable
Expand Down

0 comments on commit 790d120

Please sign in to comment.