[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
|
||||
isOpen={isCreateOpen}
|
||||
onClose={() => setIsCreateOpen(false)}
|
||||
onSuccess={() => {
|
||||
open={isCreateOpen}
|
||||
onOpenChange={setIsCreateOpen}
|
||||
onCreated={() => {
|
||||
setIsCreateOpen(false);
|
||||
loadScreens();
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue