We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473bfcd commit 79d730bCopy full SHA for 79d730b
client/src/vue_components/show/config/acts_and_scenes/ConfigScenes.vue
@@ -303,7 +303,7 @@ export default {
303
'IS_SHOW_EDITOR',
304
]),
305
sceneTableItems() {
306
- // Get ordering of ConfigActs
+ // Get ordering of Acts
307
const acts = [];
308
if (this.CURRENT_SHOW.first_act_id != null && this.ACT_LIST.length > 0) {
309
let act = this.ACT_BY_ID(this.CURRENT_SHOW.first_act_id);
0 commit comments