chore(ui): lint

This commit is contained in:
psychedelicious
2024-10-04 13:17:03 +10:00
committed by Kent Keirsey
parent 2a90f4f59e
commit 2dc069d759
8 changed files with 47 additions and 9 deletions

View File

@@ -90,7 +90,12 @@ export const SaveWorkflowAsDialog = () => {
<Button ref={cancelRef} onPointerUp={clearAndClose}>
{t('common.cancel')}
</Button>
<Button colorScheme="invokeBlue" onPointerUp={onSave} ml={3} isDisabled={!workflowName || !workflowName.length}>
<Button
colorScheme="invokeBlue"
onPointerUp={onSave}
ml={3}
isDisabled={!workflowName || !workflowName.length}
>
{t('common.saveAs')}
</Button>
</AlertDialogFooter>