Skip to content

Commit

Permalink
fix(select): fixes default selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Raider committed Feb 27, 2019
1 parent 402251f commit 5fc5a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ray/lib/components/select/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const CSS_CLASSES = {
};

export const STRINGS = {
INIT_SELECTOR: 'ray-select'
INIT_SELECTOR: '.ray-select'
};

0 comments on commit 5fc5a1f

Please sign in to comment.