Azure Logic App Designer shows Run After Task in designer but not in code view

I see there is a Run After setting in the designer
Designer
But not in the code view.

  "actions": {
        "Get_file_content": {
            "type": "ApiConnection",
            "inputs": {
                "host": {
                    "connection": {
                        "name": "@parameters('$connections')['ftp']['connectionId']"
                    }
                },
                "method": "get",
                "path": "/datasets/default/files/@{encodeURIComponent(encodeURIComponent('/data/backup/*'))}/content",
                "queries": {
                    "inferContentType": true
                }
            },
            "runAfter": {}
        },`

I have tried pressing Run but experience an error

The renderComponentIntoRoot component encountered an error while loading

I am new to Logic Apps and unsure what to expect.

Read more here: Source link