File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/rapid_url_indexer/actions/submit-project Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import rapidUrlIndexer from "../../rapid_url_indexer.app.mjs";
22
33export default {
44 key : "rapid_url_indexer-submit-project" ,
5- name : "Submit Poject " ,
5+ name : "Submit Project " ,
66 description : "Submit a new project for indexing. [See the documentation](https://rapidurlindexer.com/indexing-api/)." ,
77 type : "action" ,
88 version : "0.0.1" ,
@@ -19,7 +19,7 @@ export default {
1919 description : "An array of URLs to index. URLs must start with either “http://” or “https://”." ,
2020 } ,
2121 notifyOnStatusChange : {
22- type : "string " ,
22+ type : "boolean " ,
2323 label : "Notify on Status Change" ,
2424 description : "If set to `true`, you will receive email notifications when the project status changes" ,
2525 optional : true ,
You can’t perform that action at this time.
0 commit comments