Update media select in EditSightPage and CreateSightPage
This commit is contained in:
@@ -25,6 +25,7 @@ export const NavigationList = ({ open }: { open: boolean }) => {
|
||||
key={item.id}
|
||||
item={item as NavigationItem}
|
||||
open={open}
|
||||
onClick={item.onClick ? item.onClick : undefined}
|
||||
/>
|
||||
))}
|
||||
</List>
|
||||
|
||||
Reference in New Issue
Block a user