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