inspheric / nova-indicator-field

A colour-coded indicator field for Laravel Nova
129 stars 10 forks source link

Cannot read property 'hasOwnProperty' of undefined #1

Closed poxin13 closed 6 years ago

poxin13 commented 6 years ago

Default Text or Select field working but not Indicator

Text::make('Status')
Indicator::make('Status')
  ->labels([
    'a' => 'Active',
]),

Same error even doing:

Indicator::make('Status')->withoutLabels()
poxin13 commented 6 years ago

Also specifying 'colors' was required, my bad.

kitbs commented 6 years ago

This has been fixed in v1.2 so that it will fail gracefully if label and/or colours are not defined.