Table headerAction -> CreateAction error

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
. Comparing against my other tables and their headeractions, im not sure where im going wrong here.
->headerActions([
    Tables\Actions\CreateAction::make()
        ->label('Add Criteria')
        ->slideOver()
        ->form(Criteria::getForm()),
]);
Was this page helpful?