Skip to content

Commit

Permalink
Merge pull request #845 from etn-ccis/fix/blui-5259-missing-icon
Browse files Browse the repository at this point in the history
Use router icon in empty state playground
  • Loading branch information
ektaghag-eaton authored Feb 8, 2024
2 parents 227ec85 + dca27de commit e5bb69a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const inputConfig: InputConfig = [
typeLabel: 'ReactNode',
description: 'The primary icon',
initialValue: '<Devices />',
options: ['<Devices />', '<Router />', '<SensorsOff />'],
options: ['<Devices />', '<RouterIcon />', '<SensorsOff />'],
required: true,
category: 'Required Props',
},
Expand Down

0 comments on commit e5bb69a

Please sign in to comment.