iconClass to alert

This commit is contained in:
Michael Rogers 2023-07-10 14:34:03 -05:00
parent a148f102e1
commit 6c004d265b

View File

@ -76,7 +76,7 @@ export default {
const dialog = this.openmct.overlays.selection({
selectionOptions,
iconClass: 'info',
iconClass: 'alert',
title: 'Select Role',
message: 'Please select your role for operator status.',
currentSelection: this.role,