mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
chore(ui): lint
This commit is contained in:
committed by
Kent Keirsey
parent
2a90f4f59e
commit
2dc069d759
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user