Default Row - Disappearing Default Index Input

I have a table and I'm trying to set the default row behavior. I want the default row to be none sometimes and index others. I have a dynamic value for default row which is {{startup == true ? "none" : "index"}} where startup is a temporary state that defaults to true.

The issue is that when I have a condition set like this, there is no box to put in default index, even when the expression evaluates to "index". If I set default row to "index", the default index box shows up.

I am running self hosted version 2.93.9.

:x: 'index'

:x: {{ 'index' }}

:x: {{index}}

:white_check_mark: index

Created the bug report, will follow up here! :slightly_smiling_face: