We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334e952 commit 880c3e3Copy full SHA for 880c3e3
src/dashboard/Data/Browser/Browser.scss
@@ -272,6 +272,6 @@ body:global(.expanded) {
272
overflow-x: hidden;
273
}
274
275
-.confimConfig {
+.confirmConfig {
276
padding: 10px 20px;
277
src/dashboard/Data/Config/Config.react.js
@@ -122,7 +122,7 @@ class Config extends TableView {
122
});
123
}}
124
>
125
- <div className={[browserStyles.confimConfig]}>
+ <div className={[browserStyles.confirmConfig]}>
126
The parameter you are trying to edit has been modified by another user. Do you want to continue?
127
</div>
128
</Modal>
0 commit comments