Currently on admin pages: ``` onsubmit={() => { return confirm('really submit to airtable?'); }} ``` this submits the form even if cancel is pressed on confirm, this should be fixed