diff --git a/app/views/officing/booth/new.html.erb b/app/views/officing/booth/new.html.erb
index 0b4cda988..afb1b090a 100644
--- a/app/views/officing/booth/new.html.erb
+++ b/app/views/officing/booth/new.html.erb
@@ -13,8 +13,7 @@
<%= f.select :id,
@booths.map { |booth| [booth.location, booth.id] },
selected: @booths.first,
- label: false,
- tabindex: "1" %>
+ label: false %>
<%= f.submit(t("devise_views.sessions.new.submit"), class: "button expanded") %>