migrate contextModal props

This commit is contained in:
jeffvli
2025-11-15 21:01:50 -08:00
parent 98498b9b83
commit f1508b81a5
4 changed files with 4 additions and 4 deletions
@@ -35,7 +35,7 @@ export const ServerList = () => {
<AddServerForm onCancel={() => vars.context.closeModal(vars.id)} />
),
},
modal: 'base',
modalKey: 'base',
title: t('form.addServer.title', { postProcess: 'titleCase' }),
});
};