@clickcns/vmedic-react 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/ui/index.js
CHANGED
|
@@ -24364,7 +24364,7 @@ const dx = ({
|
|
|
24364
24364
|
}, _ = async () => {
|
|
24365
24365
|
if (confirm("피드백을 삭제하시겠습니까?") && n?.id)
|
|
24366
24366
|
try {
|
|
24367
|
-
await a.onDeleteFeedback(n.id), i ? i() : window.close();
|
|
24367
|
+
await a.onDeleteFeedback(n.id), a.onFeedbackChanged(), i ? i() : window.close();
|
|
24368
24368
|
} catch (q) {
|
|
24369
24369
|
a.onError(q);
|
|
24370
24370
|
}
|