|
@@ -81,7 +81,7 @@ const TermModalWidget = ({
|
|
|
parentChannelId={parentChannelId}
|
|
parentChannelId={parentChannelId}
|
|
|
parentStudioId={parentStudioId}
|
|
parentStudioId={parentStudioId}
|
|
|
onUpdate={(value: ITermDataResponse) => {
|
|
onUpdate={(value: ITermDataResponse) => {
|
|
|
- setIsModalOpen(false);
|
|
|
|
|
|
|
+ modalClose();
|
|
|
if (typeof onUpdate !== "undefined") {
|
|
if (typeof onUpdate !== "undefined") {
|
|
|
onUpdate(value);
|
|
onUpdate(value);
|
|
|
}
|
|
}
|