@@ -96,6 +96,7 @@ exports[`features/unified-share-modal/SharedLinkSection should account for share
9696 className = " shared-link-field-container"
9797 hideOptionalLabel = { true }
9898 label = " "
99+ onCopySuccess = { [Function ]}
99100 readOnly = { true }
100101 successStateDuration = { 3000 }
101102 triggerCopyOnLoad = { false }
@@ -255,6 +256,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render a default
255256 className = " shared-link-field-container"
256257 hideOptionalLabel = { true }
257258 label = " "
259+ onCopySuccess = { [Function ]}
258260 readOnly = { true }
259261 successStateDuration = { 3000 }
260262 triggerCopyOnLoad = { false }
@@ -448,6 +450,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render default co
448450 className = " shared-link-field-container"
449451 hideOptionalLabel = { true }
450452 label = " "
453+ onCopySuccess = { [Function ]}
451454 readOnly = { true }
452455 successStateDuration = { 3000 }
453456 triggerCopyOnLoad = { false }
@@ -712,6 +715,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render proper dro
712715 className = " shared-link-field-container"
713716 hideOptionalLabel = { true }
714717 label = " "
718+ onCopySuccess = { [Function ]}
715719 readOnly = { true }
716720 successStateDuration = { 3000 }
717721 triggerCopyOnLoad = { false }
@@ -855,6 +859,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render proper lis
855859 className = " shared-link-field-container"
856860 hideOptionalLabel = { true }
857861 label = " "
862+ onCopySuccess = { [Function ]}
858863 readOnly = { true }
859864 successStateDuration = { 3000 }
860865 triggerCopyOnLoad = { false }
@@ -1000,6 +1005,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render proper lis
10001005 className = " shared-link-field-container"
10011006 hideOptionalLabel = { true }
10021007 label = " "
1008+ onCopySuccess = { [Function ]}
10031009 readOnly = { true }
10041010 successStateDuration = { 3000 }
10051011 triggerCopyOnLoad = { false }
@@ -1144,6 +1150,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render proper lis
11441150 className = " shared-link-field-container"
11451151 hideOptionalLabel = { true }
11461152 label = " "
1153+ onCopySuccess = { [Function ]}
11471154 readOnly = { true }
11481155 successStateDuration = { 3000 }
11491156 triggerCopyOnLoad = { false }
@@ -1288,6 +1295,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render proper lis
12881295 className = " shared-link-field-container"
12891296 hideOptionalLabel = { true }
12901297 label = " "
1298+ onCopySuccess = { [Function ]}
12911299 readOnly = { true }
12921300 successStateDuration = { 3000 }
12931301 triggerCopyOnLoad = { false }
@@ -1458,6 +1466,7 @@ exports[`features/unified-share-modal/SharedLinkSection should render without Sh
14581466 className = " shared-link-field-container"
14591467 hideOptionalLabel = { true }
14601468 label = " "
1469+ onCopySuccess = { [Function ]}
14611470 readOnly = { true }
14621471 successStateDuration = { 3000 }
14631472 triggerCopyOnLoad = { false }
0 commit comments