mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-11 04:19:54 +00:00
spelling: oops
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -84,7 +84,7 @@ const DropDownDemo = (args: any) => {
|
||||
hasDivider={true}
|
||||
options={DropDownDemoArgs.options}
|
||||
onSelect={item => {
|
||||
setSelected(item.name || 'oopss...')
|
||||
setSelected(item.name || 'oops...')
|
||||
}} />
|
||||
</Dropdown>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user