mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
Show a better default poll question (#5425)
This commit is contained in:
parent
f3cdf69288
commit
2766452b38
@ -57,6 +57,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
const DEFAULT_POLL_QUESTION = 'NO POLL QUESTION';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
inject: ['openmct', 'indicator', 'configuration'],
|
inject: ['openmct', 'indicator', 'configuration'],
|
||||||
@ -75,7 +76,7 @@ export default {
|
|||||||
allRoles: [],
|
allRoles: [],
|
||||||
role: '--',
|
role: '--',
|
||||||
pollQuestionUpdated: '--',
|
pollQuestionUpdated: '--',
|
||||||
currentPollQuestion: '--',
|
currentPollQuestion: DEFAULT_POLL_QUESTION,
|
||||||
selectedStatus: undefined,
|
selectedStatus: undefined,
|
||||||
allStatuses: []
|
allStatuses: []
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user