We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb730c4 + 22351cb commit 1248183Copy full SHA for 1248183
src/components/SingleName/DetailsItemEditable.js
@@ -249,9 +249,7 @@ const Editable = ({
249
domain,
250
variableName,
251
refetch,
252
- confirm,
253
- deedOwner,
254
- isDeedOwner
+ confirm
255
}) => {
256
const { state, actions } = useEditable()
257
const [presetValue, setPresetValue] = useState('')
@@ -266,19 +264,6 @@ const Editable = ({
266
264
setConfirmed
267
265
} = actions
268
269
- // set default message if no value
270
- if (parseInt(value, 16) === 0) {
271
- let [newValue, newType] = getMessages({
272
- keyName,
273
- parent: domain.parent,
274
275
276
- })
277
-
278
- value = newValue
279
- type = newType
280
- }
281
282
//only used with Expiration date
283
let duration
284
let expirationDate
0 commit comments