mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 12:56:11 +02:00
🐛 Fix team doesn't disappear after deletion (#5832)
This commit is contained in:
parent
8fe1271690
commit
6b26adb187
5 changed files with 91 additions and 1 deletions
|
@ -155,6 +155,9 @@ export class DashboardPage extends BaseWebSocketPage {
|
|||
await this.mockRPC("search-files", "dashboard/search-files.json", {
|
||||
method: "POST",
|
||||
});
|
||||
await this.mockRPC("delete-team", "dashboard/delete-team.json", {
|
||||
method: "POST",
|
||||
});
|
||||
await this.mockRPC("search-files", "dashboard/search-files.json");
|
||||
await this.mockRPC("get-teams", "logged-in-user/get-teams-complete.json");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue