feat(editor): Support autologin for upgrade path (#7316)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -222,7 +222,7 @@ export default defineComponent({
|
||||
},
|
||||
methods: {
|
||||
goToUpgrade() {
|
||||
this.uiStore.goToUpgrade('ldap', 'upgrade-ldap');
|
||||
void this.uiStore.goToUpgrade('ldap', 'upgrade-ldap');
|
||||
},
|
||||
cellClassStyle({ row, column }: CellStyle<TableRow>) {
|
||||
if (column.property === 'status') {
|
||||
|
||||
Reference in New Issue
Block a user