fixed modal

This commit is contained in:
dekzter 2025-03-11 21:52:21 -04:00
parent 85b8f6194e
commit 9567db516f

View file

@ -54,7 +54,7 @@ const StreamProfile = ({ profile = null, isOpen, onClose }) => {
}
return (
<Modal open={isOpen} onClose={onClose} title="Stream Profile">
<Modal opened={isOpen} onClose={onClose} title="Stream Profile">
<form onSubmit={formik.handleSubmit}>
<TextInput
id="profile_name"