mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 16:04:23 +00:00
Add DeleteAccountModal and EmailPasswordModal tests
This commit is contained in:
@@ -56,6 +56,7 @@ const CreateFileModal: React.FC<CreateFileModalProps> = ({ onCreateFile }) => {
|
||||
<Button
|
||||
onClick={() => void handleSubmit()}
|
||||
data-testid="confirm-create-button"
|
||||
disabled={!fileName.trim()}
|
||||
>
|
||||
Create
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user