fix: watermark create error #6788 (#6789)

Co-authored-by: liwei567 <liwei567@example.com>
pull/230/head
lw567 2025-09-30 19:53:09 +08:00 committed by GitHub
parent 713281a8ba
commit 6e03de5011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const { destroyWatermark, updateWatermark, watermark } = useWatermark();
async function recreateWaterMark() {
destroyWatermark();
await updateWatermark({});
await createWaterMark();
}
async function createWaterMark() {