delete selected button now in the add table page working

This commit is contained in:
filipriec
2025-04-17 21:21:37 +02:00
parent e723198b72
commit 6f36b84f85
3 changed files with 35 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ pub enum AddTableFocus {
LinksTable,
// Buttons
SaveButton,
DeleteSelectedButton,
CancelButton,
}