Fix Detail Publish Daftar Donatur

This commit is contained in:
2025-02-27 17:31:14 +08:00
parent 32bc632387
commit 12ff284ff1
12 changed files with 2496 additions and 496 deletions

View File

@@ -33,7 +33,7 @@ export default function Forum_EditPosting() {
const [reload, setReload] = useState(false);
useShallowEffect(() => {
if (window && window.document) setReload(true);
}, []);
}, []);
useShallowEffect(() => {
handleLoadData();