Show a better default poll question (#5425)

This commit is contained in:
Andrew Henry 2022-07-01 15:56:03 -07:00 committed by GitHub
parent f3cdf69288
commit 2766452b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: []
};