mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 16:37:09 +00:00
refactor: rename project and base
- Rename `Project` => `Base` - Rename `Base` => `Source` - Remove `db` from data/meta api endpoints - Add backward compatibility for old apis - Migrations for renaming table and columns Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -24,14 +24,14 @@ const action = computed(() => {
|
||||
|
||||
const onClick = () => {
|
||||
if (item.value.type === AppEvents.PROJECT_DELETE) return
|
||||
navigateToProject({ projectId: item.value.body.id })
|
||||
navigateToProject({ baseId: item.value.body.id })
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NotificationItemWrapper :item="item" @click="onClick">
|
||||
<div class="text-xs gap-2">
|
||||
Project
|
||||
Base
|
||||
<GeneralProjectIcon style="vertical-align: middle" :type="item.body.type" /> <strong>{{ item.body.title }}</strong>
|
||||
{{ action }} successfully
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user