[agent-pipeline] pipe-20260315065015-rei8 round-5
This commit is contained in:
parent
bad3a002f3
commit
265d79cc5a
|
|
@ -269,9 +269,9 @@ export default function ScreenManagementPage() {
|
||||||
|
|
||||||
{/* 화면 생성 모달 */}
|
{/* 화면 생성 모달 */}
|
||||||
<CreateScreenModal
|
<CreateScreenModal
|
||||||
isOpen={isCreateOpen}
|
open={isCreateOpen}
|
||||||
onClose={() => setIsCreateOpen(false)}
|
onOpenChange={setIsCreateOpen}
|
||||||
onSuccess={() => {
|
onCreated={() => {
|
||||||
setIsCreateOpen(false);
|
setIsCreateOpen(false);
|
||||||
loadScreens();
|
loadScreens();
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue