You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -153,7 +149,7 @@ public function layout(): iterable
153
149
ModalToggle::make(__('Edit'))
154
150
->icon('bs.pencil')
155
151
->modal('editModal', [
156
-
'meet' => $meet->id,
152
+
'meet' => $meet,
157
153
])
158
154
->modalTitle($meet->name)
159
155
->method('update', [
@@ -164,7 +160,7 @@ public function layout(): iterable
164
160
->icon('bs.trash3')
165
161
->confirm(__('Once the account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain.'))
0 commit comments