File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ let utilities = [
138138 name: ' Schema' ,
139139 type: ' Filament\\ Schemas\\ Schema' ,
140140 parameter: ' $schema' ,
141- description: ' [Action groups in schemas only] The schema object that this action belongs to.' ,
141+ description: ' [Action groups in schemas only] The schema object that this action group belongs to.' ,
142142 },
143143 {
144144 name: ' Schema component' ,
145145 type: ' Filament\\ Schemas\\ Components\\ Component' ,
146146 parameter: ' $schemaComponent' ,
147- description: ' [Action groups in schemas only] The schema component that this action belongs to.' ,
147+ description: ' [Action groups in schemas only] The schema component that this action group belongs to.' ,
148148 },
149149 {
150150 name: ' Schema get function' ,
@@ -168,7 +168,7 @@ let utilities = [
168168 name: ' Table' ,
169169 type: ' Filament\\ Tables\\ Table' ,
170170 parameter: ' $table' ,
171- description: ' [Action groups in tables only] The table object that this action belongs to.' ,
171+ description: ' [Action groups in tables only] The table object that this action group belongs to.' ,
172172 },
173173 ],
174174 formFields: [
You can’t perform that action at this time.
0 commit comments