Multithread fix with strand implementation

This commit is contained in:
DomySh
2022-06-26 17:53:57 +02:00
parent 95cf16ce76
commit e4a96f3ad4
8 changed files with 54 additions and 45 deletions

View File

@@ -76,7 +76,7 @@ function RegexView({ regexInfo }:{ regexInfo:RegexFilter }) {
</Grid>
<YesNoModal
title='Are you sure to delete this regex?'
description={`You are going to delete the regex '${regex_expr}', causing the restart of the firewall if it is active.`}
description={`You are going to delete the regex '${regex_expr}'.`}
onClose={()=>setDeleteModal(false)}
action={deleteRegex}
opened={deleteModal}