Skip to content

Commit 580d354

Browse files
committed
changes as per suggestion
1 parent 8e0b66b commit 580d354

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/pages/Database.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,8 @@ export default function Database() {
300300
</tr>
301301
))}
302302
</tbody>
303-
{showModal && (
303+
</table>
304+
{showModal && (
304305
<ConfirmationModal
305306
open={showModal}
306307
title="Delete Record"
@@ -312,7 +313,6 @@ export default function Database() {
312313
onCancel={() => setShowModal(false)}
313314
/>
314315
)}
315-
</table>
316316
</div>
317317
);
318318

0 commit comments

Comments
 (0)