From 76cf8ea9405b2442a0c6a0dcd4f3697cd09c7d60 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 5 Jul 2024 10:32:36 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20poder=20volver=20a=20abrir=20el=20mismo?= =?UTF-8?q?=20modal=20despu=C3=A9s=20de=20guardar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/posts/new_has_one_value.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/posts/new_has_one_value.haml b/app/views/posts/new_has_one_value.haml index 8407f981..6eece5dc 100644 --- a/app/views/posts/new_has_one_value.haml +++ b/app/views/posts/new_has_one_value.haml @@ -1 +1 @@ -= render 'posts/new_has_one', post: @post.to_index, name: params.require(:name), value: @uuid, modal_id: params.require(:saved) += render 'posts/new_has_one', post: @post.to_index, name: params.require(:name), value: @uuid, modal_id: params.require(:show)