mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
fixed modal
This commit is contained in:
parent
85b8f6194e
commit
9567db516f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue