fix edit header

This commit is contained in:
Patryk
2025-06-11 21:41:56 +02:00
parent 2630b35afd
commit e1672ab319
2 changed files with 19 additions and 4 deletions

View File

@@ -163,9 +163,7 @@ export default function UserNotices() {
<Button
className="ml-2"
onPress={() => {
router.replace(
`dashboard/notice/edit/${item.noticeId}`
);
router.replace(`notice/edit/${item.noticeId}`);
}}
size="md"
variant="outline"