Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
marslavish committed Aug 15, 2024
1 parent 448535c commit 957ac0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ export const SelectAssetItem = ({
<Text fontSize="16px" fontWeight="400" attributes={{ mb: '10px' }}>
Asset
</Text>
{/* @ts-ignore */}
<Popover
// @ts-ignore
arrowRef={undefined}
triggerType="click"
placement={isMobile ? 'bottom-start' : 'bottom'}
offset={{ mainAxis: 10 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ export const StoredCodesFilter = ({
<Text fontSize="16px" fontWeight="600" attributes={{ mb: '10px' }}>
Filter by Instantiate Permission
</Text>
{/* @ts-ignore */}
<Popover
// @ts-ignore
arrowRef={undefined}
triggerType="click"
placement={isMobile ? 'bottom-start' : 'bottom'}
offset={{ mainAxis: 10 }}
Expand Down

0 comments on commit 957ac0f

Please sign in to comment.