mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-19 05:39:20 -04:00
Update src/components/BottomSheet.tsx
Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b2fbaafebe
commit
65fbf5d889
@@ -227,7 +227,7 @@ const ActionItem: React.FC<{
|
||||
|
||||
return (
|
||||
<ActionContainer>
|
||||
<Item {...action} onPress={onPress} disabled={!action.callback} />
|
||||
<Item {...action} onPress={onPress} disabled={loading || !action.callback} />
|
||||
{loading && <LoadingIndicator />}
|
||||
</ActionContainer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user