spelling: oops

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-28 12:23:16 -04:00
parent 94f2ad777d
commit 336adbd3d9
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ const DropDownDemo = (args: any) => {
hasDivider={true}
options={DropDownDemoArgs.options}
onSelect={item => {
setSelected(item.name || 'oopss...')
setSelected(item.name || 'oops...')
}} />
</Dropdown>
)