fix: fix links in scenario service
This commit is contained in:
@@ -222,7 +222,6 @@ export function ScenariosPage() {
|
||||
type="checkbox"
|
||||
checked={saveSessionFlag}
|
||||
onChange={(e) => setSaveSessionFlag(e.target.checked)}
|
||||
disabled
|
||||
/>
|
||||
<span>Save session</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user