Skip to content

Commit 706ae14

Browse files
committed
fix: reneme bulk-ai action from "Process" to "Process with AI" on live demo
1 parent 7a1949c commit 706ae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-demo/app/resources/apartments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default {
248248
}
249249
}),
250250
new BulkAiFlowPlugin({
251-
actionName: 'Process',
251+
actionName: 'Process with AI',
252252
attachFiles: async ({ record }: { record: any }) => {
253253
if (!record.apartment_image) {
254254
return [];

0 commit comments

Comments
 (0)