Rename reset secret storage prop
The bare word `force` has bothered me, so this adds a tiny amount more meaning.
This commit is contained in:
parent
4a807f9385
commit
3a98b4b4e9
2 changed files with 8 additions and 8 deletions
|
@ -218,7 +218,7 @@ export async function accessSecretStorage(func = async () => { }, forceReset = f
|
|||
const { finished } = Modal.createTrackedDialogAsync('Create Secret Storage dialog', '',
|
||||
import("./async-components/views/dialogs/secretstorage/CreateSecretStorageDialog"),
|
||||
{
|
||||
force: forceReset,
|
||||
forceReset,
|
||||
},
|
||||
null,
|
||||
/* priority = */ false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue