Skip to content

Commit

Permalink
update value of title
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-awwad committed Oct 6, 2024
1 parent 251c211 commit 633bf06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/dist/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"src": "resources/css/addon.css"
},
"resources/js/addon.js": {
"file": "assets/addon-03375f56.js",
"file": "assets/addon-3c2debee.js",
"isEntry": true,
"src": "resources/js/addon.js"
}
Expand Down
2 changes: 1 addition & 1 deletion resources/js/fieldtypes/FineSeoTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>
</text-input>
</div>
<progress-bar :value="value" :minChars="meta.minChars" :maxChars="meta.maxChars" />
<progress-bar :value="valueWithWebsiteTitle" :minChars="meta.minChars" :maxChars="meta.maxChars" />
</div>

</template>
Expand Down

0 comments on commit 633bf06

Please sign in to comment.