mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: add id prop to BasicForm container for improved accessibility
This commit is contained in:
@@ -607,7 +607,7 @@ const BasicForm: ForwardRefExoticComponent<any> = forwardRef(
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="row" id={props.id}>
|
||||
<div className="col-lg-1">
|
||||
<div>
|
||||
{props.title && (
|
||||
|
||||
Reference in New Issue
Block a user