mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
fix forms stale (#419)
* feat: create loader component * fix: prevent stale data in forms
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import style from './ModalLoader.module.scss';
|
||||
|
||||
export default function ModalLoader() {
|
||||
return (
|
||||
<div className={style.screenLoader}>
|
||||
<span className={style.loader} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user