Skip to content

Commit 880c3e3

Browse files
authored
fix typo
Signed-off-by: Manuel <[email protected]>
1 parent 334e952 commit 880c3e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/Data/Browser/Browser.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ body:global(.expanded) {
272272
overflow-x: hidden;
273273
}
274274

275-
.confimConfig {
275+
.confirmConfig {
276276
padding: 10px 20px;
277277
}

src/dashboard/Data/Config/Config.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Config extends TableView {
122122
});
123123
}}
124124
>
125-
<div className={[browserStyles.confimConfig]}>
125+
<div className={[browserStyles.confirmConfig]}>
126126
The parameter you are trying to edit has been modified by another user. Do you want to continue?
127127
</div>
128128
</Modal>

0 commit comments

Comments
 (0)