fix: disabled button in floating action.

This commit is contained in:
elforjani3
2020-12-02 18:37:13 +02:00
parent 3495e1c1d8
commit b2ec741dbb
10 changed files with 24 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ export default function CustomerFloatingActions({
position={Position.BOTTOM_LEFT}
>
<Button
disabled={isSubmitting}
intent={Intent.PRIMARY}
rightIcon={<Icon icon="arrow-drop-up-16" iconSize={20} />}
/>