Table headerAction -> CreateAction error
. Comparing against my other tables and their headeractions, im not sure where im going wrong here.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbname.1' doesn't exist
SELECT count(*) AS aggregate FROM `1` WHERE `name` = DEFAULT Criteria->headerActions([
Tables\Actions\CreateAction::make()
->label('Add Criteria')
->slideOver()
->form(Criteria::getForm()),
]);