Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Jun 8, 2024
1 parent e670e67 commit be508d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scripts/ScriptFormModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ async function submit() {
loading.value = false;
}
function openTestScriptModal(ctx: String) {
function openTestScriptModal(ctx: string) {
$q.dialog({
component: TestScriptModal,
componentProps: {
Expand Down

0 comments on commit be508d9

Please sign in to comment.