Skip to content

Commit

Permalink
remove unneeded declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jan 21, 2020
1 parent 2cd88cb commit 150d632
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/blocks/calendly/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const colourValidator = value => hexRegex.test( value );
const urlValidator = url => ! url || url.startsWith( 'https://calendly.com/' );

export default {
align: {
type: 'string',
},
backgroundColor: {
type: 'string',
default: 'ffffff',
Expand Down

0 comments on commit 150d632

Please sign in to comment.