From 9854a9c01d281ae65d75e336cdd8bd89cbbe2047 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Fri, 23 Oct 2020 15:42:25 +0300 Subject: [PATCH] remove compute from publish Signed-off-by: mihaisc --- content/pages/publish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/publish.json b/content/pages/publish.json index 41d85dc5c..973c0e94e 100644 --- a/content/pages/publish.json +++ b/content/pages/publish.json @@ -38,7 +38,7 @@ "label": "Access Type", "help": "Choose how you want your files to be accessible for the specified price.", "type": "select", - "options": ["Download", "Compute"], + "options": ["Download"], "required": true }, {